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

Port Metrics SDK to OpenTelemetry #16

Open
felixnext opened this issue Jan 23, 2023 · 1 comment
Open

Port Metrics SDK to OpenTelemetry #16

felixnext opened this issue Jan 23, 2023 · 1 comment
Labels
enhancement New feature or request technical-debt Overhaul of design decisions that will make the library more future proof and easier to work with

Comments

@felixnext
Copy link
Owner

felixnext commented Jan 23, 2023

It seems that OpenCensus and OpenTrace have merged into https://opentelemetry.io/. Make sure that we update the SDK used to ensure long-term support.

See getting started guide: https://opentelemetry.io/docs/instrumentation/python/getting-started/

Azure SDK Tutorial: https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/telemetry-application-insights?pivots=programming-language-python

Depends on #10

@felixnext felixnext added enhancement New feature or request technical-debt Overhaul of design decisions that will make the library more future proof and easier to work with labels Jan 23, 2023
@felixnext
Copy link
Owner Author

Putting this on the back burner for now, since the OpenTelemetry exporter for Python are still in preview and do not support logging (which would be a downgrade if not supported) and live metrics (which would be an update if supported).

See docs here: https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=python

Should monitor it and make the switch once it moves out of preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technical-debt Overhaul of design decisions that will make the library more future proof and easier to work with
Projects
None yet
Development

No branches or pull requests

1 participant