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/internal/common to v0.97.0 #31987

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.96.0 -> v0.97.0 age adoption passing confidence

Warning

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.97.0

Compare Source

🛑 Breaking changes 🛑
  • datadogconnector: Remove feature gate connector.datadogconnector.performance (#​31638)
  • cmd/mdatagen: Delete deprecated cmd/mdatagen from this project. Use go.opentelemetry.io/collector/cmd/mdatagen instead. (#​30497)
  • receiver/postgresql: Bump postgresqlreceiver.preciselagmetrics gate to beta (#​31220)
  • receiver/vcenter: Bump receiver.vcenter.emitPerfMetricsWithObjects feature gate to stable (#​31215)
  • prometheusreceiver: Remove enable_protobuf_negotiation option on the prometheus receiver. Use config.global.scrape_protocols = [ PrometheusProto, OpenMetricsText1.0.0, OpenMetricsText0.0.1, PrometheusText0.0.4 ] instead. (#​30883)
    See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#configuration-file for details on setting scrape_protocols.
  • vcenterreceiver: Fixed the resource attribute model to more accurately support multi-cluster deployments (#​30879)
    For more information on impacts please rehttps://github.com/open-telemetry/opentelemetry-collector-contrib/pull/311131113. The main impacts are that
    the vcenter.resource_pool.name, vcenter.resource_pool.inventory_path, and vcenter.cluster.name are reported with more accuracy on VM metrics.
🚩 Deprecations 🚩
  • instanaexporter: Mark the Instana Exporter as deprecated. (#​31765)
🚀 New components 🚀
  • awss3receiver: introduce the AWS S3 receiver (#​30750)
  • sumologicextension: promote to alpha stability (#​29601)
  • googleclientauthextension: Add boilerplate for Google Client Auth Extension (#​31412)
  • grafanacloudconnector: Adds a connector to generate metrics for Grafana Cloud. (#​31647)
  • rabbitmqexporter: Add new exporter for sending telemetry to RabbitMQ brokers using the AMQP 0.9.1 protocol (#​28891)
💡 Enhancements 💡
  • exporter/loadbalancingexporter: Adding AWS Cloud Map for service discovery of Collectors backend. (#​27241)

  • ottl: Add new function to decode a base64 encoded string and output the original string (#​31543)

  • ackextension: adding the in-memory implementation of the ackextension (#​26376)

  • awss3exporter: add compression option to enable file compression on S3 (#​27872)
    Add compression option to compress files using compress/gzip library before uploading to S3.

  • servicegraphprocessor: Added a new configuration option database_name_attribute to allow users to specify a custom attribute name for identifying the database name in span attributes. (#​30726)

  • awss3exporter: Add support for encoding extension to awss3exporter (#​30554)

  • processor/k8sattributes: Add support for k8s.node.uid metadata (#​31637)

  • awss3exporter: Add support for specifying the file extension for files uploaded to S3 when using an encoding extension. (#​31818)

  • datadogexporter: Datadog exporter uses the same default HTTP settings as Datadog Agent HTTP transport (#​31733)

  • datadogexporter: Datadog exporter respects a subset of settings in confighttp client configs (#​31733)
    Currently the following configs are respected: read_buffer_size, write_buffer_size, timeout, max_idle_conns, max_idle_conns_per_host, max_conns_per_host, idle_conn_timeout, disable_keep_alives and tls.insecure_skip_verify.

  • deltatocumulativeprocessor: introduce configurable stream limit (#​31488)
    Adds max_streams option that allows to set upper bound (default = unlimited)
    to the number of tracked streams. Any additional streams exceeding the limit
    are dropped.

  • deltatocumulativeprocessor: expire stale series (#​30705, #​31016)
    Adds max_stale option that allows to set an interval (default = 5min)
    after which a series that no longer receives new samples is removed from
    tracking.

  • datadogconnector: Add a new option to the Datadog connector to enable container tags on stats Payloads. (#​31642)
    This change adds a new option to the Datadog connector to enable container tags on stats Payloads. This is useful for users who want to use container tags as second primary tag for Datadog APM.

  • dockerstatsreceiver: add metrics for online CPU count and memory fails count (#​31366)

  • fileexporter: Adopt the encoding extension with the file exporter. (#​31774)

  • pkg/ottl: Add ParseXML function for parsing XML from a target string. (#​31133)

  • fileexporter: Added the option to write telemetry data into multiple files, where the file path is based on a resource attribute. (#​24654)

  • fileexporter: File write mode is configurable now (truncate or append) (#​31364)

  • elasticsearchexporter: When timestamp is not set, use observedTimestamp (#​11752)

  • k8sclusterreceiver: add optional status_last_terminated_reason resource attribute (#​31282)

  • awsproxyextension: Expose service_name as configurable option. Previously, it was hardcoded as xray. (#​29550)

  • datadogexporter: Add new telemetry metric, otelcol_datadog_otlp_translator_resources_missing_source that counts OTLP resources missing a hostname-identifying attribute. (#​31805)

  • extension/opamp: Promote the OpAMP extension to alpha stability (#​31616)

  • prometheusremotewriteexporter: Publish telemetry about translation of metrics from Otel to Prometheus. Don't drop all data points if some fail translation. (#​29729)

  • prometheusreceiver: Use confighttp for target allocator client (#​31449)

  • spanmetricsconnector: Add metrics_expiration option to enable expiration of metrics if spans are not received within a certain time frame. (#​30559)
    The feature can be configured by specifiying the desired duration in the metrics_expiration option. By default, the expiration is disabled (set to 0).

  • splunkentreceiver: Updated the config.go and propogated these changes to other receiver components. Change was necessary to differentiate different configurable endpoints. (#​30254)

  • exporter/datadogexporter: Do not drop traces when payload channel is full. (#​31893)

  • connector/datadogconnector: Do not resolve container tags if payload already has tags associated with it. (#​31893)

🧰 Bug fixes 🧰
  • bigipreceiver: Fix potential nil pointer usage in GetPoolMembers (#​31899)

  • carbonreceiver: Do not report fatal error when closed normally (#​31913)

  • datadogexporter: Fix data race in metrics exporter shutdown (#​31663)

  • deltatocumulativeprocessor: timer-based expiry (#​31615)
    converts expiry to 1m timer, eliminating a race condition and failing test

  • telemetrygen: Do not use WithBlock when forming grpc connections for metrics/traces in telemetrygen to avoid infinite retry after failure (#​31401)

  • filestatsreceiver: Fix file.path to return the proper absolute path of the file (#​31738)

  • internal/docker: Updated docker dependency and fixed zap.String incompatibility (#​31087)

  • exporter/loadbalancing: Fix panic when a sub-exporter is shut down while still handling requests. (#​31410)

  • cmd/telemetrygen: Fixed key mapping for logs telemetry attributes. (#​31309)

  • exporter/awskinesisexporter: Fix the capacity of records slices in the initialized batch (#​20914)

  • hostmetricsreceiver: Adds the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to optionally normalize process.cpu.utilization values. (#​31368)
    When enabled, the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate will cause process.cpu.utilization values to be divided by the number of logical cores on the system. This is necessary to produce a value on the interval of [0-1], as the description of process.cpu.utilization the metric says.

  • transformprocessor: Change metric unit for metrics extracted with extract_count_metric() to be the default unit (1) (#​31575)
    The original metric unit does not apply to extracted count metrics the same way it does to sum, min or max.
    Metrics extracted using extract_count_metric() now use the more appropriate default unit (1) instead.

  • dockerstatsreceiver: Add shutdown method to fix leaking goroutines (#​30438)

  • loadbalancingexporter: Fix memory leaks on shutdown (#​31050)

  • signalfxexporter: Fix memory leak in shutdown (#​30864, #​30438)

  • servicegraphprocessor: Fix 'failed to find dimensions for key' error from race condition in metrics cleanup. (#​31701)

  • processor/k8sattributes: Allows k8sattributes processor to work with k8s role/rolebindings when filter::namespace is set. (#​14742)

  • exporter/datadog: Demote noisy gohai logs to debug level (#​29741)
    These logs would be present at the info level when using the official Docker images but were not useful to end-users.

  • opencensusreceiver: Refactor the opencensusreceiver to pass lifecycle tests and avoid leaking gRPC connections. (#​31643)

  • sqlqueryreceiver: Fix memory leak on shutdown for log telemetry (#​31782)


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team March 26, 2024 19:16
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Mar 26, 2024
@github-actions github-actions bot added cmd/telemetrygen telemetrygen command and removed renovatebot labels Mar 26, 2024
@renovate renovate bot changed the title Update module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common to v0.97.0 fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common to v0.97.0 Mar 26, 2024
@dmitryax dmitryax merged commit 57b128f into main Mar 26, 2024
149 of 150 checks passed
@dmitryax dmitryax deleted the renovate/github.com-open-telemetry-opentelemetry-collector-contrib-internal-common-0.x branch March 26, 2024 21:51
@github-actions github-actions bot added this to the next release milestone Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/telemetrygen telemetrygen command dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants