-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 OTLP exported metrics and tracing #1489
base: main
Are you sure you want to change the base?
Conversation
app/backend/app.py
Outdated
if os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING"): | ||
configure_azure_monitor() | ||
instrument_app() | ||
elif os.getenv("OTLP_GRPC_ENDPOINT"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for non-Azure Monitor endpoint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it'll work with all the other vendors
…i-demo into otel_grpc
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken paths inside them. For more details, check our Contributing Guide.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken paths inside them. For more details, check our Contributing Guide.
|
Purpose
This change introduces a platform-agnostic OTLP exporter for all the OpenTelemetry metrics in the system.