From 656a9f2d90bd689df9b00cf96627efec50f73e7b Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Fri, 4 Aug 2023 10:59:40 -0700 Subject: [PATCH] nits --- model/metrics/dotnet-signalr.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/model/metrics/dotnet-signalr.yaml b/model/metrics/dotnet-signalr.yaml index 6455960983..01f0c87a85 100644 --- a/model/metrics/dotnet-signalr.yaml +++ b/model/metrics/dotnet-signalr.yaml @@ -9,13 +9,13 @@ groups: members: - id: normal_closure value: 'normal_closure' - brief: 'The connection was closed normally.' + brief: "The connection was closed normally." - id: timeout value: 'timeout' - brief: 'The connection was closed due to a timeout.' + brief: "The connection was closed due to a timeout." - id: app_shutdown value: 'app_shutdown' - brief: 'The connection was closed because the app is shutting down.' + brief: "The connection was closed because the app is shutting down." brief: SignalR HTTP connection closure status. examples: ["app_shutdown", "timeout"] - id: transport @@ -25,13 +25,13 @@ groups: members: - id: server_sent_events value: 'server_sent_events' - brief: 'ServerSentEvents protocol' + brief: "ServerSentEvents protocol" - id: long_polling value: 'long_polling' - brief: 'LongPolling protocol' + brief: "LongPolling protocol" - id: web_sockets value: 'web_sockets' - brief: 'WebSockets protocol' + brief: "WebSockets protocol" examples: ["web_sockets", "long_polling"] - id: metric.signalr.server.connection.duration