Version 0.35.1 of @opentelemetry/sdk-node broke http instrumentation #3609
Labels
bug
Something isn't working
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
What happened?
Steps to Reproduce
Using this monitoring.js file:
with this package.json dependencies:
Standing up a simple Express application that just
require('./monitoring.js')
and calling it on the metrics endpointhttp://localhost:9464/metrics
correctly shows the http metrics:and calling the Express app correctly produces time series.
Updating the version of
@opentelemetry/sdk-node
to0.35.1
breaks the http instrumentation: standing up the Express app and calling on the metrics endpointshttp://localhost:9464/metrics
does not report http metrics definition anymore and calling the Express app does not produces time series.Expected Result
New version does not break http instrumentation.
Actual Result
New version 0.35.1 breaks http instrumentation.
Additional Details
OpenTelemetry Setup Code
package.json
Relevant log output
No response
The text was updated successfully, but these errors were encountered: