Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/open-telemetry/opentelemetry-coll…
…ector-contrib/internal/coreinternal to v0.93.0 (#31066) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal](https://togithub.com/open-telemetry/opentelemetry-collector-contrib) | `v0.92.0` -> `v0.93.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcoreinternal/v0.93.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcoreinternal/v0.93.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcoreinternal/v0.92.0/v0.93.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcoreinternal/v0.92.0/v0.93.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal)</summary> ### [`v0.93.0`](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v0930) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.92.0...v0.93.0) ##### 🛑 Breaking changes 🛑 - `azuremonitorexporter`: Fixed an issue where span attributes with double and int values were incorrectly added to the `measurements` field in the Application Insights schema. These attributes are now correctly placed in the `properties` field. ([#​29683](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29683)) - `vcenterreceiver`: Bump "receiver.vcenter.emitPerfMetricsWithObjects" feature gate ([#​30615](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30615)) - `docker`: Adopt api_version as strings to correct invalid float truncation ([#​24025](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/24025)) - `extension/filestorage`: Replace path-unsafe characters in component names ([#​3148](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/3148)) The feature gate `extension.filestorage.replaceUnsafeCharacters` is now enabled by default. See the File Storage extension's README for details. - `postgresqlreceiver`: add schema attribute to postgresqlreceiver ([#​29559](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29559)) Adds a new resource attribute to the PSQL receiver to store the schema of the table or index Existing table attributes are adjusted to not include the schema, which was inconsistently used ##### 🚩 Deprecations 🚩 - `mdatagen`: Deprecate mdatagen in preparation for its move to opentelemetry-collector ([#​30497](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30497)) ##### 🚀 New components 🚀 - `solarwindsapmsettingsextension`: added configuration and readme ([#​27668](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27668)) - `alertmanagerexporter`: Add Alertmanager exporter to builder config ([#​23569](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/23569)) - `otelarrow`: Skeleton of new OpenTelemetry Protocol with Apache Arrow Exporter. ([#​26491](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/26491)) - `osqueryreceiver`: Adds osquery receiver skeleton ([#​30375](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30375)) ##### 💡 Enhancements 💡 - `pkg/stanza`: Add a json array parser operator and an assign keys transformer. ([#​30321](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30321)) Json array parser opreator can be used to parse a json array string input into a list of objects. | Assign keys transformer can be used to assigns keys from the configuration to an input list - `splunkhecexporter`: Batch data according to access token and index, if present. ([#​30404](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30404)) - `awscloudwatchlogsexporter`: Add instrumentation scope in log records exported to CloudWatch logs ([#​30316](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30316), [#​29884](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29884)) - `cassandraexporter`: added authorization by username and password ([#​27827](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/27827)) - `lokiexporter`: migrate metrics to use OpenTelemetry ([#​30170](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30170)) - `cmd/telemetrygen`: This updates telemetrygen to create multiple child spans per trace and enhances the tool's functionality for load testing the remote tracing backend. ([#​30687](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30687)) - `cmd/telemetrygen`: This updates telemetrygen with TLS/mTLS options to test the security of telemetry ingestion services and infrastructure for secure communication. To illustrate the usage, a new example, secure-tracing is added to examples collection. ([#​29681](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29681)) - `k8sattributesprocessor`: Apply lifecycle tests to k8sprocessor, change its behavior to report fatal error ([#​30387](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30387)) - `k8sclusterreceiver`: add new disabled os.description, k8s.container_runtime.version resource attributes ([#​30342](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30342)) - `k8sclusterreceiver`: add os.type resource attribute ([#​30342](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30342)) - `kubeletstatsreceiver`: Add new `*.cpu.usage` metrics. ([#​25901](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/25901)) - `oidcauthextension`: Move validation logic outside of the extension creation, to the configuration validation ([#​30460](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30460)) - `datadogexporter`: Add support for setting host tags via host metadata. ([#​30680](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30680)) When the `datadog.host.use_as_metadata` resource attribute is set to `true`: - Nonempty string-value resource attributes starting with `datadog.host.tag.` will be added as host tags for the host associated with the resource. - deployment.environment and k8s.cluster.name as mapped to Datadog names and added as host tags for the host associated with the resource. - `opensearchexporter`: added opensearch exporter to the contrib distribution metadata ([#​30183](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30183)) - `pkg/ottl`: Add `flatten` function for flattening maps ([#​30455](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30455)) - `redisreciever`: adds metric for slave_repl_offset ([#​6942](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/6942)) also adds a shell script to set up docker-compose integration test - `exporter/datadogexporter`: Add kafka metrics mapping. This allows users of the JMX Receiver/JMX Metrics Gatherer and kafka metrics receiver to have access to the OOTB kafka Dashboard. ([#​30731](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30731)) - `receiver/sqlquery`: Add debug log when running SQL query ([#​29672](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/29672)) - `cmd/opampsupervisor`: Use a bootstrapping flow to get the Collector's agent description. ([#​21071](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/21071)) ##### 🧰 Bug fixes 🧰 - `receiver/filelog`: fix panic after upgrading from v0.71.0 when using storage ([#​30235](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30235)) - `clickhouseexporter`: Fix clickhouse exporter insert metrics data bug ([#​30210](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30210)) - `prometheusremotewriteexporter`: Check if the context was canceled by a timeout in the component level to avoid unnecessary retries. ([#​30308](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30308)) - `elasticsearchreceifver`: Fix nil panic on non-linux systems ([#​30140](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30140)) - `kafkareceiver`: The Kafka receiver now exports some partition-specific metrics per-partition, with a `partition` tag ([#​30177](https://togithub.com/open-telemetry/opentelemetry-collector-contrib/issues/30177)) The following metrics now render per partition: - kafka_receiver_messages - kafka_receiver_current_offset - kafka_receiver_offset_lag </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
- Loading branch information