Skip to content
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

feat(unstable): add OTEL MeterProvider #27240

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

lucacasonato
Copy link
Member

This commit replaces Deno.telemetry.MetricsExporter with Deno.telemetry.MeterProvider.

@lucacasonato
Copy link
Member Author

need to wire up OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE and OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION before landing

@bartlomieju
Copy link
Member

@lucacasonato can you change the name to feat(unstable): ... so we can ship it in a patch?

ext/telemetry/lib.rs Show resolved Hide resolved
ext/telemetry/telemetry.ts Show resolved Hide resolved
ext/telemetry/telemetry.ts Outdated Show resolved Hide resolved
@lucacasonato lucacasonato changed the title feat(telemetry): add MeterProvider feat(unstable): add OTEL MeterProvider Dec 5, 2024
lucacasonato and others added 4 commits December 13, 2024 14:26
This commit replaces `Deno.telemetry.MetricsExporter` with `Deno.telemetry.MeterProvider`.
Co-authored-by: snek <[email protected]>
Signed-off-by: Luca Casonato <[email protected]>
ext/telemetry/telemetry.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants