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

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor from 0.77.0 to 0.84.0 #840

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor from 0.77.0 to 0.84.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor's releases.

v0.84.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

User Facing Changes

🛑 Breaking changes 🛑

  • jaegerreceiver: Deprecate remote_sampling config in the jaeger receiver (#24186) The jaeger receiver will fail to start if remote_sampling config is specified in it. The receiver.jaeger.DisableRemoteSampling feature gate can be set to let the receiver start and treat remote_sampling config as no-op. In a future version this feature gate will be removed and the receiver will always fail when remote_sampling config is specified.

  • googlecloudexporter: remove retry_on_failure from the googlecloud exporter. The exporter itself handles retries, and retrying can cause issues. (#57233)

  • vcenterreceiver: Dimensions performance metrics into metric attribute object (#25147) The following metrics have been effected to include the new metric attribute to properly dimension the data.vcenter.vm.network.throughput,vcenter.vm.network.usage,vcenter.vm.network.packet.count,vcenter.vm.disk.latency.avg,vcenter.vm.disk.latency.max,vcenter.host.network.usage,vcenter.host.network.throughput,vcenter.host.network.packet.count,vcenter.host.network.packet.errors, vcenter.host.disk.latency.avg,vcenter.host.disk.latency.max, and vcenter.host.disk.throughput. More information on how to migrate can be found at https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/vcenterreceiver#feature-gates

🚩 Deprecations 🚩

  • datadogprocessor: Deprecation of Datadog processor in favor of Datadog connector (#19740)
  • tanzuobservabilityexporter: Deprecation of Tanzu Observability (Wavefront) Exporter in favor of native OTLP ingestion. (#24225)

💡 Enhancements 💡

  • redisreceiver: Adding username parameter for connecting to redis (#24408)
  • postgresqlreceiver: Added postgresql.temp_files metric. (#26080)
  • receiver/azuremonitor: Added new attrbutes to the metrics like name, type and resource_group. (#24774)
  • clickhouseexporter: Change writing of metrics data to batch (#24403)
  • signalfxexporter: Added a mechanism to drop histogram buckets (#25845)
  • journaldreceiver: add support for identifiers (#20295)
  • journaldreceiver: add support for dmesg (#20295)
  • cassandraexporter: Allow custom port for Cassandra connection (#24391)
  • pkg/ottl: Add converters to covert duration to nanoseconds, microseconds, milliseconds, seconds, minutes or hours (#24686)
  • snmpreceiver: Support scalar OID resource attributes (#23373) Add column and scalar OID metrics to resources that have scalar OID attributes
  • googlemanagedprometheus: Add a add_metric_suffixes option to the googlemanagedprometheus exporter. When set to false, metric suffixes are not added. (#26071)
  • haproxyreceiver: Add support for HTTP connections (#24440)
  • cmd/telemetrygen: Add cli flag --status-code for trace generation (#24286)
  • kubeletstatsreceiver: Add a new uptime metric for nodes, pods, and containers to track how many seconds have passed since the object started (#25867)
  • opensearchexporter: implement OpenSearch exporter. (#23611)
  • pkg/ottl: Add new ExtractPatterns converter that extract regex pattern from string. (#25834, #25856)
  • pkg/ottl: Add support for Log, Metric and Trace Slices to Len converter (#25868)
  • lokitranslator: Added Attributes support to the InstrumentationScope (#24027)
  • lokitranslator: Public method LogToLokiEntry from pkg/loki/translator now returns normalized (. replaced by _) label names (#26093)
  • postgresqlreceiver: Added postgresql.deadlocks metric. (#25688)
  • postgresqlreceiver: Added postgresql.sequential_scans metric. (#26096)
  • prometheusreceiver: The otel_scope_name and otel_scope_version labels are used to populate scope name and version. otel_scope_info is used to populate scope attributes. (#25870)
  • receiver/prometheus: translate units from prometheus to UCUM (#23208)
  • snmpreceiver: Add support for SNMP values of type counter64 (#23897)
  • snmpreceiver: Timeout for SNMP requests can now be configured. (#25885)
  • telemetrygen: The telemetrygen now supports setting the log's body (#26031)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor's changelog.

v0.84.0

🛑 Breaking changes 🛑

  • memcachedreceiver: Removes duplicate Timeout field. This change has no impact on end users of the component. (#26084)

  • podmanreceiver: Removes duplicate Timeout field. This change has no impact on end users of the component. (#26083)

  • zookeeperreceiver: Removes duplicate Timeout field. This change has no impact on end users of the component. (#26082)

  • jaegerreceiver: Deprecate remote_sampling config in the jaeger receiver (#24186) The jaeger receiver will fail to start if remote_sampling config is specified in it. The receiver.jaeger.DisableRemoteSampling feature gate can be set to let the receiver start and treat remote_sampling config as no-op. In a future version this feature gate will be removed and the receiver will always fail when remote_sampling config is specified.

  • pkg/ottl: use IntGetter argument for Substring function (#25852)

  • pkg/stanza: Remove deprecated 'helper.Encoding' and 'helper.EncodingConfig.Build' (#25846)

  • pkg/stanza: Remove deprecated fileconsumer config structs (#24853) Includes | - MatchingCriteria - OrderingCriteria - NumericSortRule - AlphabeticalSortRule - TimestampSortRule

  • googlecloudexporter: remove retry_on_failure from the googlecloud exporter. The exporter itself handles retries, and retrying can cause issues. (#57233)

🚩 Deprecations 🚩

  • pkg/stanza: Deprecate 'helper.EncodingConfig' and 'helper.NewEncodingConfig' (#25846)
  • pkg/stanza: Deprecate encoding related elements of helper pacakge, in favor of new decoder package (#26019) Includes the following deprecations | - Decoder - NewDecoder - LookupEncoding - IsNop
  • pkg/stanza: Deprecate tokenization related elements of helper pacakge, in favor of new tokenize package (#25914) Includes the following deprecations | - Flusher - FlusherConfig - NewFlusherConfig - Multiline - MultilineConfig - NewMultilineConfig - NewLineStartSplitFunc - NewLineEndSplitFunc - NewNewlineSplitFunc - Splitter - SplitterConfig - NewSplitterConfig - SplitNone

💡 Enhancements 💡

  • googlemanagedprometheus: Add a add_metric_suffixes option to the googlemanagedprometheus exporter. When set to false, metric suffixes are not added. (#26071)
  • receiver/prometheus: translate units from prometheus to UCUM (#23208)

🧰 Bug fixes 🧰

  • receiver/influxdb: add allowable inputs to line protocol precision parameter (#24974)

v0.83.0

🛑 Breaking changes 🛑

  • exporter/clickhouse: Change the type of Config.Password to be configopaque.String (#17273)
  • all: Remove go 1.19 support, bump minimum to go 1.20 and add testing for 1.21 (#8207)
  • solacereceiver: Move model package to the internal package (#24890)
  • receiver/statsdreceiver: Move protocol and transport packages to internal (#24892)
  • filterprocessor: Unexport Strict and Regexp (#24845)
  • mdatagen: Rename the mdatagen sum field aggregation to aggregation_temporality (#16374)
  • metricstransformprocessor: Unexport elements of the Go API of the processor (#24846)
  • mezmoexporter: Unexport the MezmoLogLine and MezmoLogBody structs (#24842)
  • pkg/stanza: Remove deprecated 'fileconsumer.FileAttributes' (#24688)
  • pkg/stanza: Remove deprecated 'fileconsumer.EmitFunc' (#24688)
  • pkg/stanza: Remove deprecated fileconsumer.Finder (#24688)
  • pkg/stanza: Remove deprecated fileconsumer.BaseSortRule and fileconsumer.SortRuleImpl (#24688)
  • pkg/stanza: Remove deprecated 'fileconsumer.Reader' (#24688)

... (truncated)

Commits
  • 5751779 [chore] Prepare release 0.84.0 (#26294)
  • cbf8cf6 [chore] Update collector core dependency to 0.84.0 (#26290)
  • 8715a5c [exporter/prometheusremotewriteexporter] Retry on 5xx status codes using `cen...
  • 1604f64 [chore] dependabot updates Tue Aug 29 18:55:46 UTC 2023 (#26266)
  • 723d57c [chore] [exporter/coralogixexporter] Change codeowners (#26257)
  • 15c43a6 Revert "[chore] update otel-go modules" (#26261)
  • b0056fa [chore][receiver/filelog]: add hyperlink to operator docs (#26260)
  • ba8cfce [receiver/snmp] Add column and scalar OID metrics to resources that have scal...
  • 69c74fb [receiver/postgresql] New metric: number of sequential scans. (#26122)
  • 05ad1a7 [receiver/snmpreceiver] Add support for SNMP objects of type counter64 (#26119)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…sor/cumulativetodeltaprocessor

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.77.0 to 0.84.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.77.0...v0.84.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2023 08:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 4, 2023
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity.

@github-actions github-actions bot added the Stale label Sep 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2023

Superseded by #858.

@dependabot dependabot bot closed this Sep 21, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor-0.84.0 branch September 21, 2023 17:41
nathalapooja pushed a commit that referenced this pull request Oct 28, 2024
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 Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants