aws / amazon-cloudwatch-agent

CloudWatch Agent enables you to collect and export host-level metrics and logs on instances running Linux or Windows server.
MIT License
420 stars 185 forks source link

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.98.0 to 0.103.0 #1227

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.98.0 to 0.103.0.

Release notes

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

v0.103.0

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

End User Changelog

πŸ›‘ Breaking changes πŸ›‘

  • cmd/opampsupervisor,extension/opamp: Upgrade the opamp-go library to v0.15.0 (#33416) With this change, UUIDv7 is recommended for the OpAMP extension's instance_uid field instead of ULID. ULIDs will continue to work, but may be displayed as UUIDs. The supervisor's persistent state (${storage_dir}/persistent_state.yaml) will need to be cleared to generate a new UUIDv7 instead of a ULID. This change may be incompatible with management servers using v0.14.0 of opamp-go.

  • mongodbreceiver: Now only supports TCP connections (#32199) This fixes a bug where hosts had to explicitly set tcp as the transport type. The transport option has been removed.

  • cmd/configschema: Removes the deprecated configschema command. This command will no longer be released or supported. (#33384)

  • sqlserverreceiver: sqlserver.database.io.read_latency has been renamed to sqlserver.database.latency with a direction attribute. (#29865)

🚩 Deprecations 🚩

  • healthcheckextension: Remove incorrect logic behind check_collector_pipeline config (#33469) This logic incorrectly set the pipeline to OK after waiting for enough callbacks from the opencensus library to be called. As this was broken, I'm removing it to remove the dependency on opencensus as well. Improvements will be available via healthcheckv2 extension.

  • googlecloudspannerreceiver: Mark the component as unmaintained. If we don't find new maintainers, it will be deprecated and removed. (#32651)

πŸ’‘ Enhancements πŸ’‘

  • filelogreceiver: If include_file_record_number is true, it will add the file record number as the attribute log.file.record_number (#33530)

  • kubeletstats: Add k8s.pod.cpu.node.utilization metric (#33390)

  • awss3exporter: endpoint should contain the S3 bucket (#32774)

  • awss3receiver: Add support for encoding extensions to be used in the AWS S3 Receiver. (#30750)

  • gitproviderreceiver: Adds branch commit and line based metrics (#22028) Adds the following branch based metrics.

    • git.repository.branch.time
    • git.repository.branch.commit.aheadby.count
    • git.repository.branch.commit.behindby.count
    • git.repository.branch.line.deletion.count
    • git.repository.branch.line.addition.count
  • statsdreceiver: update statsd receiver to use mdatagen (#33524)

  • coralogixexporter: Allow setting application name from cx.application.name and cx.subsystem.name resource attributes (#33217)

  • metricstransformprocessor: Adds the 'count' aggregation type to the Metrics Transform Processor. (#24978)

  • elasticsearchexporter: Add support for confighttp options, notably "auth". (#33367) Add support for confighttp and related configuration settings, such as "auth". This change also means that the Elasticsearch URL may be specified as "endpoint", like the otlphttp exporter.

  • elasticsearchexporter: Check that endpoints are valid URLs during config validation. (#33350) Check that endpoints are valid URLs during config validation so that

... (truncated)

Changelog

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

v0.103.0

πŸ›‘ Breaking changes πŸ›‘

  • stanza: remove deprecated code (#33519) This change removes:
    • adapter.LogEmitter, use helper.LogEmitter instead
    • adapter.NewLogEmitter, use helper.NewLogEmitter instead
    • fileconsumer.Manager's SugaredLogger struct member
    • pipeline.DirectedPipeline's SugaredLogger struct member
    • testutil.Logger, use zaptest.NewLogger instead

πŸ’‘ Enhancements πŸ’‘

  • pkg/winperfcounters: It is now possible to force a watcher to re-create the PDH query of a given counter via the Reset() function. (#32798)

v0.102.0

πŸ’‘ Enhancements πŸ’‘

  • prometheusreceiver: Allow to configure http client used by target allocator generated scrape targets (#18054)

🧰 Bug fixes 🧰

  • exp/metrics: fixes staleness.Evict such that it only ever evicts actually stale metrics (#33265)

v0.101.0

πŸ›‘ Breaking changes πŸ›‘

  • opampextension: Move custom message interfaces to separate package (#32950) Moves CustomCapabilityRegistry, CustomCapabilityHandler, and CustomCapabilityRegisterOption to a new module. These types can now be found in the new github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages module.

  • pkg/stanza: The internal logger has been changed from zap.SugaredLogger to zap.Logger. (#32177) Functions accepting a SugaredLogger, and fields of type SugaredLogger, have been deprecated.

πŸ’‘ Enhancements πŸ’‘

  • testbed: Add the use of connectors to the testbed (#30165)

v0.100.0

πŸ›‘ Breaking changes πŸ›‘

  • pkg/stanza: Pass TelemetrySettings to the Build method of the Builder interface (#32662, #31256) The reason for this breaking change is to pass in the component.TelemetrySettings so as to use them later in various ways:
    • be able to report state statistics and telemetry in general

... (truncated)

Commits
  • 6dd3bae [chore] Prepare release 0.103.0 (#33639)
  • 5bd5a1b [chore] Update core to v0.103.0 (#33637)
  • fc831dd Update codecov/codecov-action action to v4.5.0 (#33623)
  • b097d46 Update docker/build-push-action action to v6 (#33630)
  • 744141a [receiver/prometheusreceiver] Fix retrieval of aggregated metrics with no job...
  • ef36268 [chore][exporter/elasticsearch]Log errror logs on bench and fix EOF (#33554)
  • fc36398 [chore] Update Core (#33593)
  • 73e67ba [processor/metricstransformprocessor] Support count aggregation type (#32935)
  • 3ee48c4 [chore] Add // nolint:staticcheck to unblock release (#33599)
  • 2f079f9 add line number option for filelogreceiver (#33530)
  • 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 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)