Skip to content

Commit

Permalink
fix(deps): update module github.com/open-telemetry/opentelemetry-coll…
Browse files Browse the repository at this point in the history
…ector-contrib/internal/common to v0.114.0 (#36441)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opentelemetry-collector-contrib/internal/common](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `v0.113.0` -> `v0.114.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopentelemetry-collector-contrib%2finternal%2fcommon/v0.114.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%2fcommon/v0.114.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%2fcommon/v0.113.0/v0.114.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%2fcommon/v0.113.0/v0.114.0?slim=true)](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.114.0`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/HEAD/CHANGELOG.md#v01140)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.113.0...v0.114.0)

##### 🛑 Breaking changes 🛑

- `datadogexporter`: Stop prefixing `http_server_duration`,
`http_server_request_size` and `http_server_response_size` with
`otelcol`
([#&#8203;36265](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36265))
These metrics can be from SDKs rather than collector. Stop prefixing
them to be consistent with
https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics
- `otelarrowreceiver`: New admission control metrics are consistent
across Arrow and OTLP data paths.
([#&#8203;36334](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36334))
`otelcol_otelarrow_admission_in_flight_bytes` new, replaces
`otelcol_otel_arrow_receiver_in_flight_bytes`
`otelcol_otelarrow_admission_waiting_bytes`: new, describes waiting
requests
    `otelcol_otel_arrow_receiver_in_flight_items`: removed
    `otelcol_otel_arrow_receiver_in_flight_requests`: removed

##### 🚩 Deprecations 🚩

- `exporter/prometheusremotewrite`: Deprecate configuration option
`export_created metric`
([#&#8203;35003](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35003))
Disable the
exporter.prometheusremotewriteexporter.deprecateCreatedMetric feature
gate to temporarily re-enable the created metric.

##### 💡 Enhancements 💡

- `datadogreceiver`: Add json handling for the `api/v2/series` endpoint
in the datadogreceiver
([#&#8203;36079](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36079))
- `googlemanagedprometheus`: Add `CumulativeNormalization` config option
to allow users to configure to specify whether to report normalized or
un-normalized points. Defaults to normalized.
([#&#8203;36357](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36357))
- `elasticsearchexporter`: Translate `k8s.*.name` resource attributes in
ECS mode
([#&#8203;36233](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36233))
Translate `k8s.job.name`, `k8s.cronjob.name`, `k8s.statefulset.name`,
`k8s.replicaset.name`, `k8s.daemonset.name`, `k8s.container.name` to
`kubernetes.*.name`. Translate `k8s.cluster.name` to
`orchestrator.cluster.name`.
- `encodingextension`: Add support for profiles signal to
encodingextension
([#&#8203;36008](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36008))
- `k8sattributesprocessor`: Add support for profiles signal
([#&#8203;35983](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35983))
- `cmd/githubgen`: Adds a flag to skip checking GitHub organization
membership for CODEOWNERS
([#&#8203;36263](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36263))
- `container`: Set non root group permissions for container image
([#&#8203;35179](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35179))
- `k8sclusterreceiver`: Add support for limiting observed resources to a
specific namespace.
([#&#8203;9401](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9401))
This change allows to make use of this receiver with
`Roles`/`RoleBindings`, as opposed to giving the collector cluster-wide
read access.
- `opampextension`: Add content type to opamp extension when reporting
EffectiveConfig
([#&#8203;36327](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36327))
Add EffectiveConfig.ConfigMap.ConfigMap\[\*].ContentType as "text/yaml"
to the opamp extension when reporting EffectiveConfig.
- `otelarrowreceiver`: Admission control improvements (LIFO);
admission.waiter_limit is deprecated, replaced with
admission.waiting_limit_mib.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `otelarrowreceiver`: Add a new LIFO-based bounded queue.
([#&#8203;36074](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36074))
- `connector/otlpjson`: Throw error on invalid otlp payload.
([#&#8203;35738](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35738),
[#&#8203;35739](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35739))
- `prometheusremotewriteexporter`: reduce allocation when serializing
protobuf
([#&#8203;35185](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35185))
- `resourcedetectionprocessor`: Introduce support for Profiles signal
type.
([#&#8203;35980](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35980))
- `routingconnector`: Add ability to route by metric context
([#&#8203;36236](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36236))
- `routingconnector`: Add ability to route by span context
([#&#8203;36276](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36276))
- `processor/spanprocessor`: Add a new configuration option to keep the
original span name when extracting attributes from the span name.
([#&#8203;36120](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36120))
- `splunkenterprisereceiver`: Add new metrics for Splunk Enterprise
dispatch artifacts caches
([#&#8203;36181](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36181))

##### 🧰 Bug fixes 🧰

- `pkg/stanza`: Ensure that time parsing happens before entry is sent to
downstream operators
([#&#8203;36213](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36213))
- `prometheusexporter`: Fixes a race condition between the exporter
start and shutdown functions.
([#&#8203;36139](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36139))
- `processor/k8sattributes`: Block when starting until the metadata have
been synced, to fix that some data couldn't be associated with metadata
when the agent was just started.
([#&#8203;32556](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32556))
- `exporter/loadbalancing`: Shutdown exporters during collector
shutdown. This fixes a memory leak.
([#&#8203;36024](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36024))
- `pkg/ottl`: Respect the `depth` option when flattening slices using
`flatten`
([#&#8203;36161](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36161))
    The `depth` option is also now required to be at least `1`.
- `prometheusexporter`: reject metrics whose types have changed, use
pre-existing descriptions when help strings change
([#&#8203;28617](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/28617))
- `pkg/stanza`: Synchronous handling of entries passed from the log
emitter to the receiver adapter
([#&#8203;35453](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35453))
- `prometheusreceiver`: Fix prometheus receiver to support static scrape
config with Target Allocator
([#&#8203;36062](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36062))

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent e848eba commit ca3c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/telemetrygen/internal/e2etest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen v0.113.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.113.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.114.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component/componenttest v0.114.0
go.opentelemetry.io/collector/consumer/consumertest v0.114.0
Expand Down

0 comments on commit ca3c287

Please sign in to comment.