OpenTelemetry - CNCF/opentelemetry-operator: Release v0.76.1
Name: opentelemetry-operator
Owner: OpenTelemetry - CNCF
Release: Release v0.76.1
Released: 2023-05-09
License: Apache-2.0
Release Assets:
💡 Enhancements 💡
operator
: add support forlifecycle
hooks andterminationGracePeriodSeconds
in collector spec. (#1618)autoinstrumentation
: Bump OpenTelemetry .NET Automatic Instrumentation to 0.7.0 (#1672)autoinstrumentation
: Bump nodejs dependencies to latest versions (#1682)pkg/instrumentation
: Add dotnet instrumentation capability behind a feature gate which is enabled by default. (#1629)operator
: Add ability to use feature gates in the operator (#1619)autoinstrumentation
: Add metrics exporter to Node.JS autoinstrumentation (#1627)autoinstrumentation
: Bump nodejs dependencies to latest versions (#1626)pkg/instrumentation
: Add java instrumentation capability behind a feature gate which is enabled by default. (#1695)pkg/instrumentation
: Add nodejs instrumentation capability behind a feature gate which is enabled by default. (#1697)operator
: Introduces a new feature flag "operator.collector.rewritetargetallocator
" that allows an operator to add the target_allocator configuration to the collector configuration (#1581) Note that the ConfigToPromConfig function in pkg/targetallocator/adapters now correctly returns the prometheus receiver config in accordance with its docstring. It used to erroneously return the actual Prometheus config from a level lower.pkg/instrumentation
: Add python instrumentation capability behind a feature gate which is enabled by default. (#1696)
🧰 Bug fixes 🧰
target allocator
: fix updating scrape configs (#1415)