You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for probability sampling in the OpenTelemetry tracestate entry and
add optional specification for consistent probability sampling.
(#2047)
Change description and default value of OTEL_EXPORTER_JAEGER_ENDPOINT env var
to point to the correct HTTP port and correct description of OTEL_TRACES_EXPORTER
(#2333).
Simplify Baggage handling in the OpenTracing Shim layer.
(#2194)
State that ONLY error mapping can happen in the OpenTracing Shim layer.
(#2148)
Define the instrumentation library name for the OpenTracing Shim.
(#2227)
Add a Start Span section to the OpenTracing Shim.
(#2228)
OpenTelemetry Protocol
Rename OTEL_EXPORTER_OTLP_SPAN_INSECURE to OTEL_EXPORTER_OTLP_TRACES_INSECURE and OTEL_EXPORTER_OTLP_METRIC_INSECURE to OTEL_EXPORTER_OTLP_METRICS_INSECURE
so they match the naming of all other OTLP environment variables.
(#2240)