Module: OpenTelemetry::SemConv::SIGNALR

Defined in:
lib/opentelemetry/semconv/signalr/metrics.rb,
lib/opentelemetry/semconv/signalr/attributes.rb

Metrics Names collapse

SIGNALR_SERVER_ACTIVE_CONNECTIONS =
Note:

Stability Level: stable

Number of connections that are currently active on the server.

Meter name: Microsoft.AspNetCore.Http.Connections; Added in: ASP.NET Core 8.0

'signalr.server.active_connections'
SIGNALR_SERVER_CONNECTION_DURATION =
Note:

Stability Level: stable

The duration of connections on the server.

Meter name: Microsoft.AspNetCore.Http.Connections; Added in: ASP.NET Core 8.0

'signalr.server.connection.duration'

Attribute Names collapse

SIGNALR_CONNECTION_STATUS =
Note:

Stability Level: stable

SignalR HTTP connection closure status.

Examples:

Sample Values

app_shutdown
timeout
'signalr.connection.status'
SIGNALR_TRANSPORT =
Note:

Stability Level: stable

SignalR transport type

Examples:

Sample Values

web_sockets
long_polling
'signalr.transport'