The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
End User Changelog
🛑 Breaking changes 🛑
k8sattributesprocessor: Move k8sattr.rfc3339 feature gate to stable. (#33304)
extension/opamp: Redact all values in the effective config (#33267)
All values will be treated as if they are a configopaque.String type. This will
be changed once the Collector APIs are updated to unmarshal the config while
only redacting actual configopaque.String-typed values.
The exception to redaction is the service::pipelines section, which is useful
for debugging and does not contain any configopaque.String values.
extension/filestorage: Replace path-unsafe characters in component names (#3148)
The feature gate extension.filestorage.replaceUnsafeCharacters is now removed.
vcenterreceiver: vcenterreceiver replaces deprecated packet metrics by removing them and enabling by default the newer ones. (#32929, #32835)
Removes the following metrics: vcenter.host.network.packet.errors, vcenter.host.network.packet.count, and
vcenter.vm.network.packet.count.
Also enables by default the following metrics: vcenter.host.network.packet.error.rate,
vcenter.host.network.packet.rate, and vcenter.vm.network.packet.rate.
🚀 New components 🚀
geoipprocessor: introduce the GeoIP processor (#32663)
💡 Enhancements 💡
pkg/ottl: Add the Day Converter to extract the int Day component from a time.Time (#33106)
pkg/ottl: Adds Month converter to extract the int Month component from a time.Time (#33106)
cmd/telemetrygen: Add support for adding spanID and traceID as exemplars to datapoints generated by telemetrygen (#33320)
cmd/telemetrygen: Add support for specifying trace ID and span ID in telemetrygen for logs (#33234)
pkg/ottl: Adds a Year converter for extracting the int year component from a time.Time (#33106)
filelogreceiver: Log when files are rotated/moved/truncated (#33237)
stanza: Add monitoring metrics for open and harvested files in fileconsumer (#31256)
awss3receiver: Uses obsreport to report metrics for the AWS S3 Receiver. (#30750)
awsxrayexporter: AWS X-Ray exporter to make local root spans a segment for internal/service spans and subsegment + segment for client/producer/consumer spans. (#33000)
prometheusreceiver: Allow to configure http client used by target allocator generated scrape targets (#18054)
clickhouseexporter: Add create_schema option to ClickHouse exporter (#32282)
The new create_schema option allows disabling default DDL to let the user manage their own schema.
pkg/stanza: Expose recombine max log size option in the container parser configuration (#33186)
sumologicexporter: add support for tracing (#32315)
exceptionsconnector: Add support for exemplars in exceptionsconnector (#24409)
processor/resourcedetectionprocessor: Add support for Azure tags in ResourceDetectionProcessor. (#32953)
solarwindsapmsettingsextension: Added the first part of concrete implementation of solarwindsapmsettingsextension (#27668)
prometheusreceiver: Allow to configure http client used by target allocator generated scrape targets (#18054)
🧰 Bug fixes 🧰
exp/metrics: fixes staleness.Evict such that it only ever evicts actually stale metrics (#33265)
v0.101.0
🛑 Breaking changes 🛑
opampextension: Move custom message interfaces to separate package (#32950)
Moves CustomCapabilityRegistry, CustomCapabilityHandler, and CustomCapabilityRegisterOption to a new module.
These types can now be found in the new github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages module.
pkg/stanza: The internal logger has been changed from zap.SugaredLogger to zap.Logger. (#32177)
Functions accepting a SugaredLogger, and fields of type SugaredLogger, have been deprecated.
💡 Enhancements 💡
testbed: Add the use of connectors to the testbed (#30165)
v0.100.0
🛑 Breaking changes 🛑
pkg/stanza: Pass TelemetrySettings to the Build method of the Builder interface (#32662, #31256)
The reason for this breaking change is to pass in the component.TelemetrySettings
so as to use them later in various ways:
be able to report state statistics and telemetry in general
be able to switch from SugaredLogger to Logger
🚩 Deprecations 🚩
confmap/provider/s3: Deprecate s3provider.New in favor of s3provider.NewFactory (#32742)
confmap/provider/secretsmanager: Deprecate secretsmanagerprovider.New in favor of secretsmanagerprovider.NewFactory (#32743)
🚀 New components 🚀
roundrobinconnector: Add a roundrobin connector, that can help single thread components to scale (#32853)
💡 Enhancements 💡
opampextension: Added support for other components to register custom capabilities and receive custom messages from an opamp extension (#32021)
kafkaexporter: add an ability to publish kafka messages with message key based on metric resource attributes - it will allow partitioning metrics in Kafka. (#29433, #30666, #31675)
sshcheckreceiver: Add support for running this receiver on Windows (#30650)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the jaeger group with 2 updates in the / directory: github.com/jaegertracing/jaeger and github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.
Updates
github.com/jaegertracing/jaeger
from 1.56.0 to 1.57.0Release notes
Sourced from github.com/jaegertracing/jaeger's releases.
Changelog
Sourced from github.com/jaegertracing/jaeger's changelog.
Commits
55e991a
Prepare releaes 1.57.0 (#5406)340ad25
Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#5401)472a56c
Upgrade mockery from v2.14.0 to v2.42.3 (#5404)c9036ae
[jaeger-v2] Define an internal interface of storage v2 spanstore (#5399)48a1df9
Combine jaeger UI release notes with jaeger backend (#5405)96bbc78
[jaeger-v2] Normalize config names (#5400)df086dd
Bump anchore/sbom-action from 0.15.10 to 0.15.11 (#5395)28150fc
[agent] Use grpc.NewClient (#5392)e5dd759
[e2e tests] Ping v2 binary to be ready before running tests (#5382)79cc8a2
[jaeger-v2] Add badger e2e integration test (#5355)Updates
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
from 0.98.0 to 0.102.0Release notes
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.
... (truncated)
Changelog
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.
... (truncated)
Commits
6b1d3dd
[chore] Prepare release 0.102.0 (#33362)28d357f
[chore] make update otel (#33342)4148641
[chore][exporter/elasticsearch] refactor, consolidate exporters (#33318)ce09071
[extension/opamp] Redact values in effective config (#33267)22c3296
[testbed/datasenders] add missing 0 to nanoseconds calculation (#33321)ed0cf90
[exporter/clickhouse] Addcreate_schema
option to config (#32282)7cc24ff
Add integration test for rabbitmq exporter (#32856)89bc3f6
[chore] Adds internal pdatautil.FlattenLogs (#33322)288f5db
[chore] make generate (#33328)9f4d61e
[cmd/telemetrygen] Add exemplars support for telemetrygen (#33320)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show