Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Aug 4, 2023
1 parent 0bb75c4 commit 656a9f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions model/metrics/dotnet-signalr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 656a9f2

Please sign in to comment.