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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
0.83.0
π Breaking changes π
operator: Make sure OTLP export can report data to OTLP ingress/route without additional configuration (#1967)
The ingress can be configured to create a single host with multiple paths or
multiple hosts with subdomains (one per receiver port).
The path from OpenShift route was removed.
The port names are truncate to 15 characters. Users with custom receivers
which create ports with longer name might need to update their configuration.
π‘ Enhancements π‘
operator: Add AdditionalContainers to the collector spec allowing to configure sidecar containers. This only applies to Deployment/StatefulSet/DeamonSet deployment modes of the collector. (#1987)
operator: Add flag to enable support for the pprof server in the operator. (#1997)
operator: Set the level 4 of capabilities in the CSV for the OpenTelemetry Operator. (#2002)
autoinstrumentation: Bump OpenTelemetry .NET Automatic Instrumentation to 1.0.0-rc.2 (#2030)
operator: Use scratch as the base image for operator (#2011)