The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.
v0.76.3
π Breaking changes π
prometheusreceiver, prometheusexporter, prometheusremotewrite: Enable pkg.translator.prometheus.NormalizeName by default (#20518)
Enabling normalization by default changes the emitted metrics for components that rely on
the prometheus translation package. This feature can still be disabled via the following
--feature-gates=-pkg.translator.prometheus.NormalizeName
cumulativetodeltaprocessor: Removes stable processor.cumulativetodeltaprocessor.EnableHistogramSupport feature gate. Setting this gate will cause an error. (#20717)
exporter/lokiexporter: Remove deprecated Loki exporters parameters. (#15653, #15365)
The support of labels.{attributes/resource}, labels.record, tenant, | and format configuration parameters are dropped in favor of attribute hints way of configuring the exporter.
solacereceiver: Changed the type of the max_unacknowledged configuration option from uint32 to int32 (#20666)
lokireceiver: Mark loki receiver as Alpha (#18635)
filestatsreceiver: Initial implementation of the new filestatsreceiver component. (#19729)
π‘ Enhancements π‘
jmxreceiver: Add the JMX metrics gatherer version 1.24.0-alpha to the supported jars hash list (#20551)
jmxreceiver: Add the JMX metrics gatherer version 1.25.0-alpha to the supported jars hash list (#21052)
jmxreceiver: Add the JMX metrics gatherer version 1.25.1-alpha to the supported jars hash list (#21103)
exporter/awsxray: Add opt-in telemetry for X-Ray receiver/exporter (#19415)
awsemfexporter: Add support AWS Embedded Metric Format Version 0 (#20314)
splunkhecexporter: Set the default value of the idle connection timeout to 10s, rather than 30s by default (#20543)
coralogixexporter: Allow users to use only Coralogix domain to configure exporter (#20719)
datadogexporter: Ensure that container tags are set globally on the payload so that they can be picked up as primary tags in the app (APM). (#20923)
datadogexporter: Reduce log level of retriable errors to Debug level (#20755)
datadogexporter: Support OTel semconv 1.17.0 in Datadog OTLP trace ingestion. (#20923)
datadogexporter: Use minimum and maximum values from cumulative Histograms. Values are used only when we can assume they are from the last time window or otherwise to clamp estimates. (#20872)
journaldreceiver: add support for matches configuration (#20295)
fileexporter: Add periodic flushing (#18251)
Adding flushing to the file exporter eases the analysis
of the output the exporter generates.
pkg/stanza: Add and option to pause reading a file and attempt to resend the current batch of logs if it encounters an error from downstream components. (#20511)
Add a retry_on_failure config option (disabled by default) that can be used to slow down reading logs instead of
dropping logs if downstream components return a non-permanent error. The configuration has the following options:
prometheusreceiver, prometheusexporter, prometheusremotewrite: Enable pkg.translator.prometheus.NormalizeName by default (#20518)
Enabling normalization by default changes the emitted metrics for components that rely on
the prometheus translation package. This feature can still be disabled via the following
--feature-gates=-pkg.translator.prometheus.NormalizeName
cumulativetodeltaprocessor: Removes stable processor.cumulativetodeltaprocessor.EnableHistogramSupport feature gate. Setting this gate will cause an error. (#20717)
exporter/lokiexporter: Remove deprecated Loki exporters parameters. (#15653, #15365)
The support of labels.{attributes/resource}, labels.record, tenant, | and format configuration parameters are dropped in favor of attribute hints way of configuring the exporter.
solacereceiver: Changed the type of the max_unacknowledged configuration option from uint32 to int32 (#20666)
lokireceiver: Mark loki receiver as Alpha (#18635)
filestatsreceiver: Initial implementation of the new filestatsreceiver component. (#19729)
π‘ Enhancements π‘
jmxreceiver: Add the JMX metrics gatherer version 1.24.0-alpha to the supported jars hash list (#20551)
jmxreceiver: Add the JMX metrics gatherer version 1.25.0-alpha to the supported jars hash list (#21052)
jmxreceiver: Add the JMX metrics gatherer version 1.25.1-alpha to the supported jars hash list (#21103)
exporter/awsxray: Add opt-in telemetry for X-Ray receiver/exporter (#19415)
awsemfexporter: Add support AWS Embedded Metric Format Version 0 (#20314)
splunkhecexporter: Set the default value of the idle connection timeout to 10s, rather than 30s by default (#20543)
coralogixexporter: Allow users to use only Coralogix domain to configure exporter (#20719)
datadogexporter: Ensure that container tags are set globally on the payload so that they can be picked up as primary tags in the app (APM). (#20923)
datadogexporter: Reduce log level of retriable errors to Debug level (#20755)
datadogexporter: Support OTel semconv 1.17.0 in Datadog OTLP trace ingestion. (#20923)
datadogexporter: Use minimum and maximum values from cumulative Histograms. Values are used only when we can assume they are from the last time window or otherwise to clamp estimates. (#20872)
journaldreceiver: add support for matches configuration (#20295)
fileexporter: Add periodic flushing (#18251)
Adding flushing to the file exporter eases the analysis
of the output the exporter generates.
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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver from 0.59.0 to 0.76.3.
Release notes
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver's releases.
... (truncated)
Changelog
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver's changelog.
... (truncated)
Commits
f426807
Prep release v0.76.3 (#21239)81184ba
Prep release v0.76.2 (#21235)f9b72e5
[chore] Prepare release v0.76.1 (#21226)e8ccc37
[chore] disable updating go cache for most jobs (#21229)6b98866
[exporter/awss3] S3 Exporter (#20912)e5af149
[receiver/filestats] initial implementation (#20282)9a9d477
[chore] [receiver/couchbase] cleaned README (#21208)67eb519
[chore] [receiver/flinkmetrics] switched to autogenerate status (#21192)a336726
[chore] [receiver/elasticsearch] switched to autogenerate status (#21191)8aec53c
[chore] make update-otel (#21202)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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)