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

fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.1 - autoclosed #643

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.119.0 -> v0.120.1 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.120.0 -> v0.120.1 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest)

v0.120.1

Compare Source

🧰 Bug fixes 🧰
  • receiver/prometheus: Fix Collector failing to start up if Prometheus receiver is present in config without 'fallback_scrape_protocol'. (#​38018)

v0.120.0

Compare Source

🛑 Breaking changes 🛑
  • receiver/prometheus: Prometheus receiver now uses scrapers in Prometheus 3.0. (#​36873)
    There are a number of breaking changes in Prometheus 3.0. Learn more about those changes and migration guide on https://prometheus.io/docs/prometheus/latest/migration/.
  • all: Added support for go1.24, bumped minimum version to 1.23 (#​37875)
  • elasticsearchexporter: Use go-elasticsearch/v8, require minimum version of ES 7.17.x or 8.x (#​32454)
  • elasticsearchexporter: Remove dedot config. ECS mode now always dedots, no others dedot at all. (#​33772)
  • activedirectorydsreceiver: Fixed typo in the attribute distingushed_names, renaming it to distinguished_names. (#​37606)
  • githubreceiver: The required_header configuration option for the trace receiver has been changed to required_headers. (#​37578)
  • receiver/hostmetrics: Remove receiver.hostmetrics.normalizeProcessCPUUtilization feature gate (#​34763)
  • tailsamplingprocessor: Fix the decision timer metric to capture longer latencies beyond 50ms. (#​37722)
    This changes the unit of the decision timer metric from microseconds to milliseconds.
  • routingconnector: Remove match_once configuration parameter. (#​36824)
🚩 Deprecations 🚩
  • opencensusexporter: Deprecate the OpenCensus exporter (#​36791)
    Migrate to use the OTLP exporter moving forward.
  • opencensusreceiver: Deprecate the OpenCensus receiver (#​36791)
    Migrate to use the OTLP receiver moving forward.
🚀 New components 🚀
  • bmchelixexporter: Mark the BMC Helix exporter as Alpha. (#​36773)
  • bmchelixexporter: metrics implementation (#​36773)
  • kafkatopicsobserver: Adding new kafka topics observer extension (#​37665)
  • googlecloudlogentryencodingextension: Introduce the scaffolding of a new component, googlecloudlogentryencodingextension (#​37531)
💡 Enhancements 💡
  • elasticsearchexporter: Syncs support for compression level on elasticsearch exporter with confighttp. The default compression level is 1 if not set. (#​37260)

  • processor/transformprocessor: Add support for global conditions and error mode overrides. (#​29017)
    Global conditions are now available for context-inferred structured configurations, allowing the use of fully
    qualified paths. Additionally, a new configuration key called error_mode has been added to the context statements group.
    This key determines how the processor reacts to errors that occur while processing that specific group of statements.
    When provided, it overrides the top-level error mode, offering more granular control over error handling.

  • pkg/stanza: Allow users to configure initial buffer size (#​37786)

  • vcenterreceiver: Adds three more vCenter virtual machine performance metrics (#​37488)

  • k8sclusterreceiver: Adds new descriptive attributes/metadata to the k8s.namespace and the container entity emitted from k8sclusterreceiver. (#​37580)

    • Adds the following attributes to k8s.namespace entity:
      • k8s.namespace.phase: The phase of a namespace indicates where the namespace is in its lifecycle. E.g. 'active', 'terminating'
      • k8s.namespace.creation_timestamp: The time when the namespace object was created.
    • Adds the following attributes to container entity:
      • container.creation_timestamp: The time when the container was started. Only available if container is either in 'running' or 'terminated' state.
  • splunkenterprisereceiver: Added a new splunk.health metric. (#​36695)

  • pkg/ottl: Introduce ToLowerCase converter function (#​32942)

  • pkg/ottl: Introduce ToSnakeCase converter function (#​32942)

  • pkg/ottl: Introduce ToUpperCase converter function (#​32942)

  • datadogreceiver: Implement support for span links (#​37449)

  • resourcedetectionprocessor: add the Dynatrace detector to the resource detection processor (#​37577)

  • elasticsearchexporter: Add profiles support to elasticsearch exporter (#​37567)

  • googlecloudmonitoringreceiver: support use monitoring filters to filter metrics (#​36898)

  • awsfirehosereceiver: Refactor unmarshallers to implement pdata unmarshaler interfaces (#​37361)

  • githubreceiver: add support for GitHub Actions workflow run events using deterministic Trace and Root Span IDs. (#​37578)

  • pkg/translator/jaeger/internal/jaeger: Remove jaeger model/converter/thrift/jaeger dependency (#​37820)

  • pkg/translator/zipkin/internal/zipkin: Remove jaeger model/converter/thrift/zipkin dependency (#​37795)

  • extension/oauth2clientauth: Add expiry_buffer config to oauth2client extension, allowing token refresh before expiration with a default buffer of 5 minutes. (#​35148)

    • Prevents authentication failures by refreshing the token early.
    • The default expiry buffer is set to 5 minutes, and users can adjust it as needed.
  • datadogexporter: Add a gauge metric datadog.otel.gateway which is 1 if the collector is used as a gateway or 0 otherwise. (#​37499)

  • pkg/ottl: Introduce ToCamelCase converter function (#​32942)

  • googlecloudpubsubreceiver: Turn noisy warn log about Pub/Sub servers into debug, and turn the reset count into a metric (#​37571)
    The receiver uses the Google Cloud Pub/Sub StreamingPull API and keeps a open connection. The Pub/Sub servers
    recurrently close the connection after a time period to avoid a long-running sticky connection. Before the
    receiver logged warn log lines everytime this happened. These log lines are moved to debug so that fleets with
    lots of collectors with the receiver don't span logs at warn level. To keep track of the resets, whenever a
    connection reset happens a otelcol_receiver_googlecloudpubsub_stream_restarts metric is increased by one.

  • processor/redaction: Introduce 'allowed_values' parameter for allowed values of attributes (#​35840)

  • exporter/logzioexporter: Remove dependency on Jaeger pkg/cache (#​37833)

  • routingconnector: Avoid unnecessary copy of the data in routing connector (#​37946)

  • awscontainerinsightreceiver: Add support for HOST_PROC environment variable in AWS Container Insight Receiver. (#​35862)

  • syslogreceiver: Support setting on_error config for syslog receiver. (#​36906)

  • processor/tailsampling: Adds support for optionally recording the policy (and any composite policy) associated with an inclusive tail processor sampling decision.
    This functionality is disabled by default, you can enable it by passing the following feature flag to the collector: +processor.tailsamplingprocessor.recordpolicy
    (#​35180)

  • tailsamplingprocessor: makes the numeric_attribute more flexible and allows to set only min_value or max_value, without the need to set both (#​37328)
    This is useful to have simple configurations like these:
    {
    type: numeric_attribute,
    numeric_attribute: {
    key: http.status_code,
    min_value: 400
    }
    }

  • testbed: Include the specified resource limits for CPU and memory in the benchmark results (#​36720)

  • stefexporter: Add basic STEF exporter implementation (#​37759)

  • receiver/zipkinreceiver: Remove zipkinreceiver dependency on Jaeger (#​37795)

🧰 Bug fixes 🧰
  • azureeventhubreceiver: Fix bug where persisted offset would be ignored after restart (#​37157)
  • bearertokenauthextension: Load token lazily for gRPC AUTH to fix token refresh issue (#​36749)
  • opampsupervisor: The OnConnectionClose was not correctly connected for the supervisor. (#​37761)
  • elasticsearchexporter: Fix data loss caused by incorrect metric grouping in ECS and OTel mode (#​37898)
    Fix data loss when the same metric exists across different resources or scopes. Data points / metrics were incorrectly grouped together, leading to data loss with warning logs e.g. "metric with name '***' has already been serialized".
  • k8sattributes: Fix bug where Filters.Labels failed with when the exists or not-exists operations were used. (#​37913)
  • prometheusreceiver: Start time metric adjuster now handles reset points correctly (#​37717)
  • prometheusremotewriteexproter: Resolves a deadlock in the WAL by temporarily releasing a lock while waiting for new writes to the WAL.
    (#​19363, #​24399, #​15277)
  • awscontainerinsightreceiver: Fix race condition in shutdown of AWS Container Insight receiver (#​37695)

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 these updates again.


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

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

Copy link
Contributor Author

renovate bot commented Jan 31, 2025

ℹ Artifact update notice

File name: receiver/githubreceiver/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.120.0 -> v0.120.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.120.0 -> v0.120.1
File name: receiver/gitlabreceiver/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.119.0 -> v0.120.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.119.0 -> v0.120.1

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Jan 31, 2025
@github-actions github-actions bot added the go label Jan 31, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-pkg-pdatatest-0.x branch from 97d7689 to 8a2ece8 Compare February 4, 2025 06:47
@renovate renovate bot changed the title fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.118.0 fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.119.0 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-pkg-pdatatest-0.x branch from 8a2ece8 to 9aa38e7 Compare February 18, 2025 05:06
@renovate renovate bot changed the title fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.119.0 fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-pkg-pdatatest-0.x branch from 9aa38e7 to 5a15567 Compare February 19, 2025 18:07
@renovate renovate bot changed the title fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.0 fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.1 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-pkg-pdatatest-0.x branch from 5a15567 to face9e8 Compare February 22, 2025 01:25
@renovate renovate bot changed the title fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.1 fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest to v0.120.1 - autoclosed Feb 22, 2025
@renovate renovate bot closed this Feb 22, 2025
@renovate renovate bot deleted the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-pkg-pdatatest-0.x branch February 22, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants