kyma-project / opentelemetry-collector-components

Contains Otel Collector components that are not pushed to upstream (yet) or components that are Kyma specific
Apache License 2.0
2 stars 8 forks source link

chore(dependabot): bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.104.0 to 0.105.0 in /receiver/kymastatsreceiver #82

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.104.0 to 0.105.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's releases.

v0.105.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

v0.105.0

πŸ›‘ Breaking changes πŸ›‘

  • skywalkingexporter: Remove unmaintained component (#23796)
  • elasticsearchexporter: Make "dedup" option no-op, always de-duplicate. (#33773) Elasticsearch does not permit duplicate keys in JSON objects, so there is no value in being able to configure deduplication.
  • elasticsearchexporter: Remove defunct "file" and "fields" configuration settings. (#33803) This is a breaking change only because removing the attributes would prevent collector startup if those attributes are specified, but otherwise there is no functional change. These configuration attributes have never done anything.
  • stanza: errors from Operator.Process are returned instead of silently ignored. (#33783) This public function is affected: https://pkg.go.dev/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza@v0.104.0/operator/helper#WriterOperator.Write
  • vcenterreceiver: Enables various vCenter metrics that were disabled by default until v0.105 (#34022) The following metrics will be enabled by default "vcenter.host.network.packet.drop.rate", "vcenter.vm.cpu.readiness", "vcenter.host.cpu.capacity", and "vcenter.host.cpu.reserved".

🚩 Deprecations 🚩

  • lokiexporter: Deprecate component (#33916)

πŸš€ New components πŸš€

  • sumconnector: creates a wireframe and initial pr to develop from (#32669)
  • extensions/observer/cfgardenobserver: Add a new observer that discovers containers through the Garden API (#33618)

πŸ’‘ Enhancements πŸ’‘

  • pkg/ottl: Added Hex() converter function (#31929)

  • pkg/ottl: Add IsRootSpan() converter function. (#32918) Converter IsRootSpan() returns true if the span in the corresponding context is root, that means its parent_span_id equals to hexadecimal representation of zero. In all other scenarios function returns false.

  • vcenterreceiver: Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use. (#33607) Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted" metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is currently under a feature gate.

  • kubeletstatsreceiver: Add k8s.pod.memory.node.utilization and k8s.container.memory.node.utilization metrics (#33591)

  • vcenterreceiver: Adds vCenter metrics at the datacenter level. (#33607) Introduces various datacenter metrics which work by aggregating stats from datastores, clusters, hosts, and VM's.

  • processor/resource, processor/attributes: Add an option to extract value from a client address by specifying client.address value in the from_context field. (#34051)

  • awss3receiver: Add support for retrieving logs and metrics to the AWS S3 Receiver. (#30750)

  • receiver/azuremonitorreceiver: Add support for Managed Identity and Default Credential auth (#31268, #33584)

  • azuremonitorreceiver: Add maximum_number_of_records_per_resource config parameter in order to overwrite default (#32165)

  • clickhouseexporter: Upgrading stability for logs to beta (#33615) The logs exporter has been proven to be stable for large scale production deployments. Configuration options specific to logs are unlikely to change.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's changelog.

v0.105.0

Commits
  • d6be16b [chore] Prepare release 0.105.0 (#34117)
  • ee0e0a1 [chore] Prepare release v0.105.0 (#34112)
  • d3ba8ea [processor/resource][processor/attributes] Option to read client address (#34...
  • 00e4501 Update prom/prometheus Docker tag to v2.53.1 (#34098)
  • 5df1b52 [chore] Constrain vendor-specific components to receivers and exporters (#34080)
  • 90097ee [extension/opamp] Rely on Collector APIs for config redaction (#34078)
  • be85cc8 [cmd/opampsupervisor] Forward custom messages to/from agent (#33576)
  • a2edeb8 [chore] Update to latest otel core dependencies (#34088)
  • 8a28ee3 [chore][pkg/pdataset/pmetrictest] introduce IgnoreDatapointAttributesOrder op...
  • e495816 [exporter/elasticsearch] remove dedup config (#33776)
  • 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)
dependabot[bot] commented 2 months ago

Looks like github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest is up-to-date now, so this is no longer needed.