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 all otel collector contrib packages to v0.111.0 #6047

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.110.0 -> v0.111.0 age adoption passing confidence
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.110.0 -> v0.111.0 age adoption passing confidence

Release Notes

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

v0.111.0

Compare Source

🛑 Breaking changes 🛑
  • instanaexporter: Remove deprecated instanaexporter (#​35367)
    Use the otlp exporter instead as explained in IBM's documentation.
  • elasticsearchexporter: Drop cumulative temporality histogram and exponential histogram (#​35442)
    Cumulative temporality histogram and exponential histogram are not supported by Elasticsearch. Use cumulativetodeltaprocessor to convert cumulative temporality to delta temporality.
  • elasticsearchexporter: Implement receiver-based routing under *_dynamic_index config (#​34246)
  • config: Move component.UseLocalHostAsDefaultHost feature gate to stable. (#​35569)
  • metricsgenerationprocessor: Generate metrics even when the second metric's value is 0 (#​35533)
  • signalfxexporter: Do not exclude the metric container.memory.working_set (#​35475)
  • sqlqueryreceiver: Fail if value for log column in result set is missing, collect errors (#​35068)
  • windowseventlogreceiver: The 'raw' flag no longer suppresses rendering info. (#​34720)
    Previously, this flag controlled two behaviors simultaneously:
    1. Whether or not the body of the log record was an XML string or structured object.
    2. Whether or not rendering info was resolved.
      A separate 'suppress_rendering_info' option now controls rendering info resolution.
      This is considered a breaking change because users setting only the 'raw' flag without also setting the
      new 'suppress_rendering_info' flag may see a performance decrease along with more detailed events.
🚩 Deprecations 🚩
  • sapmreceiver: access_token_passthrough is deprecated (#​35330)
    • "access_token_passthrough is deprecated."
    • "Please enable include_metadata in the receiver and add the following config to the batch processor:"
    batch:
      metadata_keys: [X-Sf-Token]
🚀 New components 🚀
  • receiver/prometheusremotewrite: Add a new receiver for Prometheus Remote Write.
    (#​33782)
💡 Enhancements 💡
  • sumconnector: adds connector and summing logic along with tests (#​32669)

  • receivercreator: Validate endpoint's configuration before starting receivers (#​33145)

  • otelarrowreceiver: Add admission control in the otelarrow receiver's standard otlp data path.
    Also moves admission control config options to a separate block.
    arrow.admission_limit_mib -> admission.request_limit_mib
    arrow.waiter_limit -> admission.waiter_limit
    (#​35021)

  • clickhouseexporter: Upgrading stability for traces to beta (#​35186)
    The trace exporter has proven to be stable for production deployments.
    Trace configuration is unlikely to receive any significant changes.

  • clickhouseexporter: Updated the default trace table (#​34245)
    Reduced data types, improved partitioning and time range queries

  • opampsupervisor: Add configurable logging for the supervisor. (#​35466)

  • datadogreceiver: Move receiver's metrics stability to alpha. (#​18278)

  • datadogreceiver: Add container id from v0.5 request header (#​35345)

  • elasticsearchexporter: Implement elasticsearch.mapping.hints attribute handling for data points in OTel mapping mode (#​35479)
    elasticsearch.mapping.hints takes a slice of strings. _doc_count enables emitting _doc_count for the document. aggregate_metric_double causes histogram or exponential histogram to be emitted as aggregate_metric_double.

  • elasticsearchexporter: Revert TSDB array dimension workaround for metrics OTel mode (#​35291)
    Remove the workaround to stringify array dimensions as the limitation has been lifted in Elasticsearch v8.16.0.

  • receiver/statsd: Add support for aggregating on Host/IP.
    (#​23809)

  • opampsupervisor: Skip executing the collector if no config is provided (#​33680)

  • googlecloudmonitoringreceiver: Move receiver's stability to alpha. (#​33762)

  • hostmetricsreceiver: Add ability to mute all errors (mainly due to access rights) coming from process scraper of the hostmetricsreceiver (#​20435)

  • kubeletstats: Introduce feature gate for deprecation of container.cpu.utilization, k8s.pod.cpu.utilization and k8s.node.cpu.utilization metrics (#​35139)

  • opampsupervisor: Make supervisor runnable as a Windows Service. (#​34774)

  • opampsupervisor: Add config option for setting the timeout for the initial bootstrap information retrieval from the agent (#​34996)

  • pkg/ottl: Add InsertXML Converter (#​35436)

  • pkg/ottl: Add GetXML Converter (#​35462)

  • pkg/ottl: Add ToKeyValueString Converter (#​35334)

  • pkg/ottl: Add RemoveXML Converter (#​35301)

  • geoipprocessor: No longer return an error when geo metadata is not found by a provider. (#​35047)

  • sqlserverreceiver: Add computer name resource attribute to relevant metrics (#​35040)

  • windowseventlogreceiver: Add 'suppress_rendering_info' option. (#​34720)
    When this flag is enabled, the receiver will not attempt to resolve rendering info. This can improve performance
    but comes at a cost of losing some details in the event log.

  • windowseventlogreceiver: Move artificial "remote_server" field to 'attributes["server.address"]'. (#​34720)

🧰 Bug fixes 🧰
  • webhookeventreceiver: Fixed a bug where request bodies containing newline characters caused the results to split into multiple log entries (#​35028)
  • opampsupervisor: Only use TLS config when connecting to OpAMP server if using wss or https protocols. (#​35283)
  • metricsgenerationprocessor: Allow metric calculations to be done on sum metrics (#​35428)
  • sqlqueryreceiver: Fix reprocessing of logs when tracking_column type is timestamp (#​35194)
  • windowseventlogreceiver: While collecting from a remote windows host, the stanza operator will no longer log "subscription handle is already open" constantly during successful collection. (#​35520)
  • windowseventlogreceiver: If collecting from a remote host, the receiver will stop collecting if the host restarts. This change resubscribes when the host restarts. (#​35175)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate-bot renovate-bot requested a review from a team as a code owner October 4, 2024 15:20
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Oct 4, 2024
Copy link

forking-renovate bot commented Oct 4, 2024

ℹ Artifact update notice

File name: 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):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.110.0 -> v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.110.0 -> v0.111.0

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@renovate-bot renovate-bot force-pushed the renovate/all-otel-collector-contrib-packages branch from 25ae05d to a6aea77 Compare October 5, 2024 01:15
Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.91%. Comparing base (b4763f0) to head (1685c5d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6047      +/-   ##
==========================================
+ Coverage   96.90%   96.91%   +0.01%     
==========================================
  Files         349      349              
  Lines       16587    16587              
==========================================
+ Hits        16074    16076       +2     
+ Misses        329      328       -1     
+ Partials      184      183       -1     
Flag Coverage Δ
badger_v1 8.00% <ø> (ø)
badger_v2 1.82% <ø> (ø)
cassandra-4.x-v1 15.77% <ø> (ø)
cassandra-4.x-v2 1.74% <ø> (ø)
cassandra-5.x-v1 15.77% <ø> (ø)
cassandra-5.x-v2 1.74% <ø> (ø)
elasticsearch-6.x-v1 18.71% <ø> (ø)
elasticsearch-7.x-v1 18.77% <ø> (-0.02%) ⬇️
elasticsearch-8.x-v1 18.97% <ø> (+0.01%) ⬆️
elasticsearch-8.x-v2 1.82% <ø> (?)
grpc_v1 9.37% <ø> (-0.02%) ⬇️
grpc_v2 7.13% <ø> (ø)
kafka-v1 9.71% <ø> (ø)
kafka-v2 1.82% <ø> (ø)
memory_v2 1.82% <ø> (ø)
opensearch-1.x-v1 18.81% <ø> (-0.02%) ⬇️
opensearch-2.x-v1 18.83% <ø> (ø)
opensearch-2.x-v2 1.82% <ø> (ø)
tailsampling-processor 0.46% <ø> (ø)
unittests 95.71% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro enabled auto-merge (squash) October 5, 2024 02:11
@yurishkuro yurishkuro enabled auto-merge (squash) October 5, 2024 02:20
@yurishkuro yurishkuro merged commit f411b3c into jaegertracing:main Oct 5, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants