Skip to main content

Module telemetry

Module telemetry 

Source
Expand description

Telemetry types for enriching fetch metrics and inspecting connections.

TelemetryAttributes lets you attach custom KeyValue attributes to a request so they are merged into the metrics recorded for it. ConnectionInfo reports details about the connection that served a response.

For the full list of emitted metrics and their attributes, see the telemetry reference.

Structsยง

ConnectionInfo
Diagnostic information about the connection that served an HTTP response.
TelemetryAttributes
A set of key-value attributes that enrich fetch telemetry.