-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for synchronous gauge to OTel Bridge metrics support #4077
Comments
trentm
added a commit
that referenced
this issue
Jun 10, 2024
…he APM agent API This also updates a few places for the new otel/api v1.9.0. Refs: #4071 (the dependabot update doesn't get everything) Refs: #4070 Refs: #4069 Refs: #4077 (a separate issue for this other new feature in otel/[email protected])
fpm-peter
pushed a commit
to fpm-git/apm-agent-nodejs
that referenced
this issue
Aug 20, 2024
…he APM agent API (elastic#4078) This also updates a few places for the new otel/api v1.9.0. Refs: elastic#4071 (the dependabot update doesn't get everything) Refs: elastic#4070 Refs: elastic#4069 Refs: elastic#4077 (a separate issue for this other new feature in otel/[email protected])
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
@opentelemetry/api
v1.9.0 support was added to the metrics API for creating a synchronous gauge: https://github.com/open-telemetry/opentelemetry-js/blob/main/api/CHANGELOG.md#190See: open-telemetry/opentelemetry-js#4296
We should see what we need to do to add support for that to our OTel bridge metrics support. At the least adding to test/opentelemetry-metrics/...
The text was updated successfully, but these errors were encountered: