-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Update module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common to v0.108.0 #34894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
codeboten
merged 1 commit into
main
from
renovate/github.zerozr99.workers.dev-open-telemetry-opentelemetry-collector-contrib-internal-common-0.x
Aug 27, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ib/internal/common to v0.108.0
codeboten
approved these changes
Aug 27, 2024
f7o
pushed a commit
to f7o/opentelemetry-collector-contrib
that referenced
this pull request
Sep 12, 2024
…ib/internal/common to v0.108.0 (open-telemetry#34894) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://togithub.com/open-telemetry/opentelemetry-collector-contrib) | `v0.107.0` -> `v0.108.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)</summary> ### [`v0.108.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01080) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.107.0...v0.108.0) ##### 🛑 Breaking changes 🛑 - `all`: Added support for go1.23, bumped the minimum version to 1.22 ([#&open-telemetry#8203;34658](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34658)) - `lokiexporter`: Update the scope name for telemetry produced by the lokiexporter from `otelcol/loki` to `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter` ([#&open-telemetry#8203;34612](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34612)) - `azuretranslator`: The scope name has been updated from `otelcol/azureresourcelogs` and `otelcol/azureresourcetraces` to `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure` ([#&open-telemetry#8203;34712](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34712)) - `datadogreceiver`: The scope name has been updated from `otelcol/datadogreceiver` to `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver/internal/translator` ([#&open-telemetry#8203;34711](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34711)) - `splunkhecexporter`: The scope name has been updated from `otelcol/splunkhec` to `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter` ([#&open-telemetry#8203;34710](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34710)) - `googlecloudmonitorreceiver`: The scope name has been updated from `otelcol/googlecloudmonitoringreceiver` to `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudmonitoringreceiver` ([#&open-telemetry#8203;34709](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34709)) - `elasticsearchexporter`: Update OTel mapping mode for logs and metrics; Remove trace_flags ([#&open-telemetry#8203;34472](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34472)) Update logs and metrics OTel mapping mode to always emit "scope" and zero int, but not emit empty strings for known fields. Breaking change to remove trace_flags from logs. - `elasticsearchexporter`: Change default retry.retry_on_status to \[429] ([#&open-telemetry#8203;32584](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/32584)) To retain the previous behavior, set retry.retry_on_status to `[429, 500, 502, 503, 504]`. - `gitproviderreceiver`: Update metric names and attributes to match the newest Semantic Conventions for VCS. ([#&open-telemetry#8203;34278](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34278)) Attribute Changes: - `branch.name` is now `ref.name` - Added a `ref.type` attribute - `pull_request.state` is now `change.state` - `git.vendor.name` is now `vcs.vendor.name` Metric Changes: - `git.repository.count` is now `vcs.repository.count` - `git.repository.contributor.count` is now `vcs.repository.contributor.count` - `git.repository.branch.count` is now `vcs.repository.ref.count` - `git.repository.branch.time` is now \`vcs.repository.ref.time - `git.repository.branch.commit.aheadby.count` is now `vcs.repository.ref.revisions_ahead` - `git.repository.branch.commit.behindby.count` is now \`vcs.repository.ref.revisions_behind - `git.repository.branch.line.addition.count` is now `vcs.repository.ref.lines_added` - `git.repository.branch.line.deletion.count` is now `vcs.repository.ref.lines_deleted` - `git.repository.pull_request.time_open` is now `vcs.change.time_open` - `git.repository.pull_request.time_to_merge` is now `vcs.change.time_to_merge` - `git.repository.pull_request.time_to_approval` is now `vcs.change.time_to_approval` - `git.repository.pull_request.count` is now `vcs.change.count` - `transformprocessor`: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature flag from alpha to beta ([#&open-telemetry#8203;34567](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34567)) - `exporter/datadog`: The `logs::dump_payloads` config option is invalid when the Datadog Agent logs pipeline is enabled (now enabled by default). ([#&open-telemetry#8203;34420](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34420)) An error will be raised if `logs::dump_payloads` is set while the Datadog Agent logs pipeline is enabled. To avoid this error, remove the `logs::dump_payloads` config option or temporarily disable the `exporter.datadogexporter.UseLogsAgentExporter` feature gate. - `vcenterreceiver`: Several host performance metrics now return 1 data point per time series instead of 5. ([#&open-telemetry#8203;34708](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34708)) The 5 data points previously sent represented consecutive 20s sampling periods. Depending on the collection interval these could easily overlap. Sending just the latest of these data points is more in line with other performance metrics. This change also fixes an issue with the googlecloud exporter seeing these datapoints as duplicates. Following is the list of affected metrics which will now only report a single datapoint per set of unique attribute values. - vcenter.host.cpu.reserved - vcenter.host.disk.latency.avg - vcenter.host.disk.latency.max - vcenter.host.disk.throughput - vcenter.host.network.packet.drop.rate - vcenter.host.network.packet.error.rate - vcenter.host.network.packet.rate - vcenter.host.network.throughput - vcenter.host.network.usage ##### 🚀 New components 🚀 - `exporter/doris`: Add a new component for exporting logs, traces and metrics to Doris ([#&open-telemetry#8203;33479](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/33479)) ##### 💡 Enhancements 💡 - `geoipprocessor`: Add a context configuration option to specify the IP address attribute telemetry location. ([#&open-telemetry#8203;34036](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34036)) - `awss3receiver`: Enhance the logging of the AWS S3 Receiver in normal operation to make it easier for user to debug what is happening. ([#&open-telemetry#8203;30750](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30750)) - `datadogreceiver`: Implement '/info' endpoint ([#&open-telemetry#8203;34772](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34772)) - `datadogreceiver`: Add sampling.priority attribute for Probabilistic Sampling Processor ([#&open-telemetry#8203;34267](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34267)) - `datadogreceiver`: Implement '/stats' endpoint ([#&open-telemetry#8203;34790](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34790)) - `datadogconnector`: Add a config `traces::bucket_interval` ([#&open-telemetry#8203;34554](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34554)) `traces::bucket_interval` specifies the time interval size of aggregation buckets that aggregate the Datadog trace metrics. It is also the time interval that Datadog trace metrics payloads are flushed to the pipeline. Default is 10s if unset. - `deltatocumulative`: Promote to `alpha` stability ([#&open-telemetry#8203;34747](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34747)) promotes the deltatocumulative processor to alpha stability, as most features are now implemented and ready for wider testing. - `deltatocumulative`: explicit-bounds histograms ([#&open-telemetry#8203;30705](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30705)) implements aggregation of explicit-bounds (traditional) histograms. - `elasticsearchexporter`: Add OTel mapping mode for metrics ([#&open-telemetry#8203;34248](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34248)) - `elasticsearchexporter`: Add OTel mapping mode for traces ([#&open-telemetry#8203;34588](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34588), [#&open-telemetry#8203;34590](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34590)) Add OTel mapping mode support for traces, without span events. - `filelogreceiver`: If acquire_fs_lock is true, attempt to acquire a shared lock before reading a file. ([#&open-telemetry#8203;34801](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34801)) Unix only. If a lock cannot be acquired then the file will be ignored until the next poll cycle. - `solacereceiver`: Updated the format for generated metrics. Included a `receiver_name` attribute that identifies the Solace receiver that generated the metrics ([#&open-telemetry#8203;34541](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34541)) - `geoipprocessor`: Move processor's stability to alpha. ([#&open-telemetry#8203;34737](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34737)) - `prometheusreceiver`: Ensure Target Allocator's confighttp is used in the receiver's service discovery ([#&open-telemetry#8203;33370](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/33370)) - `datadogreceiver`: Include error when logging unmarshaling failures in Datadog receiver. ([#&open-telemetry#8203;34515](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34515)) - `metricstransformprocessor`: Add scaling exponential histogram support ([#&open-telemetry#8203;29803](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29803)) - `exporter/datadog`: Use Datadog Agent logs pipeline by default for exporting logs to Datadog. Upgrades `exporter.datadogexporter.UseLogsAgentExporter` feature flag to beta. ([#&open-telemetry#8203;34420](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34420)) - `pkg/ottl`: Introduce `UserAgent` converter to parse UserAgent strings ([#&open-telemetry#8203;32434](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/32434)) ##### 🧰 Bug fixes 🧰 - `tailsamplingprocessor`: Update the `policy` value in metrics dimension value to be unique across multiple tail sampling components with the same policy name. ([#&open-telemetry#8203;34192](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34192)) This change ensures that the `policy` value in the metrics exported by the tail sampling processor is unique across multiple tail sampling processors with the same policy name. - `datadogreceiver`: add feature discovery ([#&open-telemetry#8203;34718](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34718)) - `datadogconnector`: Put back the `otelcol_` prefix for Datadog internal metrics on trace and APM stats exporting ([#&open-telemetry#8203;34807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34807)) Recovers these metrics from an upstream breaking change. [https://github.com/open-telemetry/opentelemetry-collector/pull/9759](https://togithub.com/open-telemetry/opentelemetry-collector/pull/9759)9759 [https://github.com/open-telemetry/opentelemetry-collector/pull/10940](https://togithub.com/open-telemetry/opentelemetry-collector/pull/10940)0940. - `datadogexporter`: Put back the `otelcol_` prefix for Datadog internal metrics on trace and APM stats exporting ([#&open-telemetry#8203;34807](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34807)) Recovers these metrics from an upstream breaking change. [https://github.com/open-telemetry/opentelemetry-collector/pull/9759](https://togithub.com/open-telemetry/opentelemetry-collector/pull/9759)9759 [https://github.com/open-telemetry/opentelemetry-collector/pull/10940](https://togithub.com/open-telemetry/opentelemetry-collector/pull/10940)0940. - `awsfirehosereceiver`: Fix validation of requests with empty access key ([#&open-telemetry#8203;34847](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34847)) - `connector/exceptionsconnector`: Fix dimensions configuration did not take effect for resource attributes ([#&open-telemetry#8203;34603](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34603)) - `prometheusreceiver`: Group scraped metrics into resources created from `job` and `instance` label pairs ([#&open-telemetry#8203;34237](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34237)) The receiver will now create a resource for each distinct job/instance label combination. In addition to the label/instance pairs detected from the scraped metrics, a resource representing the overall scrape configuration will be created. This additional resource will contain the scrape metrics, such as the number of scraped metrics, the scrape duration, etc. - `cmd/opampsupervisor`: Fix supervisor support for Windows. ([#&open-telemetry#8203;34570](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34570)) - `tailsamplingprocessor`: Fix the behavior for numeric tag filters with `inverse_match` set to `true`. ([#&open-telemetry#8203;34296](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34296)) - `pkg/stanza`: fix nil value conversion ([#&open-telemetry#8203;34672](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34672)) - `k8sclusterreceiver`: Lower the log level of a message indicating a cache miss from WARN to DEBUG. ([#&open-telemetry#8203;34817](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/34817)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.107.0->v0.108.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)
v0.108.0Compare Source
🛑 Breaking changes 🛑
all: Added support for go1.23, bumped the minimum version to 1.22 (#34658)lokiexporter: Update the scope name for telemetry produced by the lokiexporter fromotelcol/lokitogithub.zerozr99.workers.dev/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter(#34612)azuretranslator: The scope name has been updated fromotelcol/azureresourcelogsandotelcol/azureresourcetracestogithub.zerozr99.workers.dev/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure(#34712)datadogreceiver: The scope name has been updated fromotelcol/datadogreceivertogithub.zerozr99.workers.dev/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver/internal/translator(#34711)splunkhecexporter: The scope name has been updated fromotelcol/splunkhectogithub.zerozr99.workers.dev/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter(#34710)googlecloudmonitorreceiver: The scope name has been updated fromotelcol/googlecloudmonitoringreceivertogithub.zerozr99.workers.dev/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudmonitoringreceiver(#34709)elasticsearchexporter: Update OTel mapping mode for logs and metrics; Remove trace_flags (#34472)Update logs and metrics OTel mapping mode to always emit "scope" and zero int, but not emit empty strings for known fields. Breaking change to remove trace_flags from logs.
elasticsearchexporter: Change default retry.retry_on_status to [429] (#32584)To retain the previous behavior, set retry.retry_on_status to
[429, 500, 502, 503, 504].gitproviderreceiver: Update metric names and attributes to match the newest Semantic Conventions for VCS. (#34278)Attribute Changes:
branch.nameis nowref.nameref.typeattributepull_request.stateis nowchange.stategit.vendor.nameis nowvcs.vendor.nameMetric Changes:
git.repository.countis nowvcs.repository.countgit.repository.contributor.countis nowvcs.repository.contributor.countgit.repository.branch.countis nowvcs.repository.ref.countgit.repository.branch.timeis now `vcs.repository.ref.timegit.repository.branch.commit.aheadby.countis nowvcs.repository.ref.revisions_aheadgit.repository.branch.commit.behindby.countis now `vcs.repository.ref.revisions_behindgit.repository.branch.line.addition.countis nowvcs.repository.ref.lines_addedgit.repository.branch.line.deletion.countis nowvcs.repository.ref.lines_deletedgit.repository.pull_request.time_openis nowvcs.change.time_opengit.repository.pull_request.time_to_mergeis nowvcs.change.time_to_mergegit.repository.pull_request.time_to_approvalis nowvcs.change.time_to_approvalgit.repository.pull_request.countis nowvcs.change.counttransformprocessor: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature flag from alpha to beta (#34567)exporter/datadog: Thelogs::dump_payloadsconfig option is invalid when the Datadog Agent logs pipeline is enabled (now enabled by default). (#34420)An error will be raised if
logs::dump_payloadsis set while the Datadog Agent logs pipeline is enabled. To avoid this error, remove thelogs::dump_payloadsconfig option or temporarily disable theexporter.datadogexporter.UseLogsAgentExporterfeature gate.vcenterreceiver: Several host performance metrics now return 1 data point per time series instead of 5. (#34708)The 5 data points previously sent represented consecutive 20s sampling periods. Depending on the collection interval
these could easily overlap. Sending just the latest of these data points is more in line with other performance metrics.
This change also fixes an issue with the googlecloud exporter seeing these datapoints as duplicates.
Following is the list of affected metrics which will now only report a single datapoint per set of unique attribute values.
🚀 New components 🚀
exporter/doris: Add a new component for exporting logs, traces and metrics to Doris (#33479)💡 Enhancements 💡
geoipprocessor: Add a context configuration option to specify the IP address attribute telemetry location. (#34036)awss3receiver: Enhance the logging of the AWS S3 Receiver in normal operation to make it easier for user to debug what is happening. (#30750)datadogreceiver: Implement '/info' endpoint (#34772)datadogreceiver: Add sampling.priority attribute for Probabilistic Sampling Processor (#34267)datadogreceiver: Implement '/stats' endpoint (#34790)datadogconnector: Add a configtraces::bucket_interval(#34554)traces::bucket_intervalspecifies the time interval size of aggregation buckets that aggregate the Datadog trace metrics. It is also the time interval that Datadog trace metrics payloads are flushed to the pipeline. Default is 10s if unset.deltatocumulative: Promote toalphastability (#34747)promotes the deltatocumulative processor to alpha stability, as most features are now implemented and ready for wider testing.
deltatocumulative: explicit-bounds histograms (#30705)implements aggregation of explicit-bounds (traditional) histograms.
elasticsearchexporter: Add OTel mapping mode for metrics (#34248)elasticsearchexporter: Add OTel mapping mode for traces (#34588, #34590)Add OTel mapping mode support for traces, without span events.
filelogreceiver: If acquire_fs_lock is true, attempt to acquire a shared lock before reading a file. (#34801)Unix only. If a lock cannot be acquired then the file will be ignored until the next poll cycle.
solacereceiver: Updated the format for generated metrics. Included areceiver_nameattribute that identifies the Solace receiver that generated the metrics (#34541)geoipprocessor: Move processor's stability to alpha. (#34737)prometheusreceiver: Ensure Target Allocator's confighttp is used in the receiver's service discovery (#33370)datadogreceiver: Include error when logging unmarshaling failures in Datadog receiver. (#34515)metricstransformprocessor: Add scaling exponential histogram support (#29803)exporter/datadog: Use Datadog Agent logs pipeline by default for exporting logs to Datadog. Upgradesexporter.datadogexporter.UseLogsAgentExporterfeature flag to beta. (#34420)pkg/ottl: IntroduceUserAgentconverter to parse UserAgent strings (#32434)🧰 Bug fixes 🧰
tailsamplingprocessor: Update thepolicyvalue in metrics dimension value to be unique across multiple tail sampling components with the same policy name. (#34192)This change ensures that the
policyvalue in the metrics exported by the tail sampling processor is unique across multiple tail sampling processors with the same policy name.datadogreceiver: add feature discovery (#34718)datadogconnector: Put back theotelcol_prefix for Datadog internal metrics on trace and APM stats exporting (#34807)Recovers these metrics from an upstream breaking change. https://github.com/open-telemetry/opentelemetry-collector/pull/97599759 https://github.com/open-telemetry/opentelemetry-collector/pull/109400940.
datadogexporter: Put back theotelcol_prefix for Datadog internal metrics on trace and APM stats exporting (#34807)Recovers these metrics from an upstream breaking change. https://github.com/open-telemetry/opentelemetry-collector/pull/97599759 https://github.com/open-telemetry/opentelemetry-collector/pull/109400940.
awsfirehosereceiver: Fix validation of requests with empty access key (#34847)connector/exceptionsconnector: Fix dimensions configuration did not take effect for resource attributes (#34603)prometheusreceiver: Group scraped metrics into resources created fromjobandinstancelabel pairs (#34237)The receiver will now create a resource for each distinct job/instance label combination.
In addition to the label/instance pairs detected from the scraped metrics, a resource representing the overall
scrape configuration will be created. This additional resource will contain the scrape metrics, such as the number of scraped metrics, the scrape duration, etc.
cmd/opampsupervisor: Fix supervisor support for Windows. (#34570)tailsamplingprocessor: Fix the behavior for numeric tag filters withinverse_matchset totrue. (#34296)pkg/stanza: fix nil value conversion (#34672)k8sclusterreceiver: Lower the log level of a message indicating a cache miss from WARN to DEBUG. (#34817)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.