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

Add support for OTLP exported metrics and tracing #1489

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

Conversation

tonybaloney
Copy link
Contributor

@tonybaloney tonybaloney commented Apr 4, 2024

Purpose

This change introduces a platform-agnostic OTLP exporter for all the OpenTelemetry metrics in the system.

if os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING"):
configure_azure_monitor()
instrument_app()
elif os.getenv("OTLP_GRPC_ENDPOINT"):
Copy link
Collaborator

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?

Copy link
Contributor Author

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

Copy link

github-actions bot commented May 1, 2024

Check Broken Paths

We 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.

File Full Path Issues
./docs/localdev.md 1. ../opentelemetry.md

Copy link

github-actions bot commented May 1, 2024

Check Broken Paths

We 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.

File Full Path Issues
./docs/localdev.md 1. ../opentelemetry.md

@tonybaloney tonybaloney marked this pull request as ready for review May 1, 2024 23:55
@tonybaloney tonybaloney requested a review from pamelafox May 1, 2024 23:56
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.

None yet

2 participants