You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin/othttp middleware currently extracts trace ids and context from an incoming HTTP request, creates a new Otel span and augments it with attributes culled from the request and response.
tagged with very similar attributes as collected in our Otel http plugin.
As OpenTelemetry combines tracing and metrics, it would seem we should be able to optionally produce similar metrics in an automated fashion using plugin/othttp.
The text was updated successfully, but these errors were encountered:
Hi, we are adapting the opentelemetry now(our stack is both Golang and Nodejs), we did such functionality by ourserlves, but better it will be standard solution.
would like to contribute and take this
The
plugin/othttp
middleware currently extracts trace ids and context from an incoming HTTP request, creates a new Otel span and augments it with attributes culled from the request and response.Many systems, including the Opencensus http plugin, also produce corresponding metrics such as
tagged with very similar attributes as collected in our Otel http plugin.
As OpenTelemetry combines tracing and metrics, it would seem we should be able to optionally produce similar metrics in an automated fashion using
plugin/othttp
.The text was updated successfully, but these errors were encountered: