Skip to content
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

chore(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib to v0.114.0 #601

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.113.0 -> v0.114.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)

v0.114.0

Compare Source

🛑 Breaking changes 🛑
  • datadogexporter: Stop prefixing http_server_duration, http_server_request_size and http_server_response_size with otelcol (#​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. (#​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 (#​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 (#​36079)
  • googlemanagedprometheus: Add CumulativeNormalization config option to allow users to configure to specify whether to report normalized or un-normalized points. Defaults to normalized. (#​36357)
  • elasticsearchexporter: Translate k8s.*.name resource attributes in ECS mode (#​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 (#​36008)
  • k8sattributesprocessor: Add support for profiles signal (#​35983)
  • cmd/githubgen: Adds a flag to skip checking GitHub organization membership for CODEOWNERS (#​36263)
  • container: Set non root group permissions for container image (#​35179)
  • k8sclusterreceiver: Add support for limiting observed resources to a specific namespace. (#​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 (#​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. (#​36074)
  • otelarrowreceiver: Add a new LIFO-based bounded queue. (#​36074)
  • connector/otlpjson: Throw error on invalid otlp payload. (#​35738, #​35739)
  • prometheusremotewriteexporter: reduce allocation when serializing protobuf (#​35185)
  • resourcedetectionprocessor: Introduce support for Profiles signal type. (#​35980)
  • routingconnector: Add ability to route by metric context (#​36236)
  • routingconnector: Add ability to route by span context (#​36276)
  • processor/spanprocessor: Add a new configuration option to keep the original span name when extracting attributes from the span name. (#​36120)
  • splunkenterprisereceiver: Add new metrics for Splunk Enterprise dispatch artifacts caches (#​36181)
🧰 Bug fixes 🧰
  • pkg/stanza: Ensure that time parsing happens before entry is sent to downstream operators (#​36213)
  • prometheusexporter: Fixes a race condition between the exporter start and shutdown functions. (#​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. (#​32556)
  • exporter/loadbalancing: Shutdown exporters during collector shutdown. This fixes a memory leak. (#​36024)
  • pkg/ottl: Respect the depth option when flattening slices using flatten (#​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 (#​28617)
  • pkg/stanza: Synchronous handling of entries passed from the log emitter to the receiver adapter (#​35453)
  • prometheusreceiver: Fix prometheus receiver to support static scrape config with Target Allocator (#​36062)

Configuration

📅 Schedule: Branch creation - "before 5am" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Nov 19, 2024
…llector-contrib/connector/spanmetricsconnector to v0.114.0
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch from d4a6c5d to 35b88fb Compare November 19, 2024 01:09
@baserrato baserrato changed the title chore(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector to v0.114.0 chore(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib to v0.114.0 Nov 19, 2024
@baserrato baserrato merged commit 1495a19 into main Nov 19, 2024
15 checks passed
@baserrato baserrato deleted the renovate/github.aaakk.us.kg-open-telemetry-opentelemetry-collector-contrib-connector-spanmetricsconnector-0.x branch November 19, 2024 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file go renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant