-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 oltp(http&grpc) trace support #2641
Conversation
@houseme 目前框架的 |
@houseme The |
支持otel自己的,多种上报方式, Jaeger exporter support will be removed from OpenTelemetry in July 2023.
Note: Jaeger supports the [OpenTelemetry protocol natively](https://www.jaegertracing.io/docs/latest/apis/#opentelemetry-protocol-stable) and most users should export to Jaeger using OTLP. These environment variables remain here only for backwards compatibility and will be removed in a future version. SDKs MAY include Jaeger exporters, but Jaeger export is not required. |
Support otel's own, multiple reporting methods, jaeger will be removed |
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2641 +/- ##
=======================================
Coverage 78.82% 78.83%
=======================================
Files 631 631
Lines 51730 51730
=======================================
+ Hits 40776 40779 +3
+ Misses 8933 8930 -3
Partials 2021 2021
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
http and grpc
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/jaegerexporter/README.md
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.85.0/exporter/jaegerexporter/README.md
https://opentelemetry.io/blog/2022/jaeger-native-otlp/
https://www.jaegertracing.io/docs/1.45/apis/#opentelemetry-protocol-stable
https://opentelemetry.io/docs/specs/otel/sdk-environment-variables/#jaeger-exporter
Resean:
OpenTelemetry Protocol (stable)