elastic / apm-data

apm-data holds definitions and code for manipulating Elastic APM data
Apache License 2.0
13 stars 26 forks source link

build(deps): bump the jaeger group across 1 directory with 2 updates #286

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the jaeger group with 2 updates in the / directory: github.com/jaegertracing/jaeger and github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.

Updates github.com/jaegertracing/jaeger from 1.56.0 to 1.57.0

Release notes

Sourced from github.com/jaegertracing/jaeger's releases.

Release v1.57.0

Backend Changes

🐞 Bug fixes, Minor Improvements

👷 CI Improvements

📊 UI Changes

🐞 Bug fixes, Minor Improvements

Changelog

Sourced from github.com/jaegertracing/jaeger's changelog.

1.57.0 (2024-05-01)

Backend Changes

🐞 Bug fixes, Minor Improvements

👷 CI Improvements

📊 UI Changes

🐞 Bug fixes, Minor Improvements

Commits


Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.98.0 to 0.102.0

Release notes

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

v0.102.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 🛑

  • k8sattributesprocessor: Move k8sattr.rfc3339 feature gate to stable. (#33304)

  • extension/opamp: Redact all values in the effective config (#33267) All values will be treated as if they are a configopaque.String type. This will be changed once the Collector APIs are updated to unmarshal the config while only redacting actual configopaque.String-typed values.

    The exception to redaction is the service::pipelines section, which is useful for debugging and does not contain any configopaque.String values.

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now removed.

  • vcenterreceiver: vcenterreceiver replaces deprecated packet metrics by removing them and enabling by default the newer ones. (#32929, #32835) Removes the following metrics: vcenter.host.network.packet.errors, vcenter.host.network.packet.count, and vcenter.vm.network.packet.count.

    Also enables by default the following metrics: vcenter.host.network.packet.error.rate, vcenter.host.network.packet.rate, and vcenter.vm.network.packet.rate.

🚀 New components 🚀

  • geoipprocessor: introduce the GeoIP processor (#32663)

💡 Enhancements 💡

  • pkg/ottl: Add the Day Converter to extract the int Day component from a time.Time (#33106)
  • pkg/ottl: Adds Month converter to extract the int Month component from a time.Time (#33106)
  • cmd/telemetrygen: Add support for adding spanID and traceID as exemplars to datapoints generated by telemetrygen (#33320)
  • cmd/telemetrygen: Add support for specifying trace ID and span ID in telemetrygen for logs (#33234)
  • pkg/ottl: Adds a Year converter for extracting the int year component from a time.Time (#33106)
  • filelogreceiver: Log when files are rotated/moved/truncated (#33237)
  • stanza: Add monitoring metrics for open and harvested files in fileconsumer (#31256)
  • awss3receiver: Uses obsreport to report metrics for the AWS S3 Receiver. (#30750)
  • awsxrayexporter: AWS X-Ray exporter to make local root spans a segment for internal/service spans and subsegment + segment for client/producer/consumer spans. (#33000)
  • prometheusreceiver: Allow to configure http client used by target allocator generated scrape targets (#18054)
  • clickhouseexporter: Add create_schema option to ClickHouse exporter (#32282) The new create_schema option allows disabling default DDL to let the user manage their own schema.
  • pkg/stanza: Expose recombine max log size option in the container parser configuration (#33186)
  • sumologicexporter: add support for tracing (#32315)
  • exceptionsconnector: Add support for exemplars in exceptionsconnector (#24409)
  • processor/resourcedetectionprocessor: Add support for Azure tags in ResourceDetectionProcessor. (#32953)
  • solarwindsapmsettingsextension: Added the first part of concrete implementation of solarwindsapmsettingsextension (#27668)
  • kubeletstatsreceiver: Add k8s.container.cpu.node.utilization metric (#27885)

... (truncated)

Changelog

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

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
    • be able to switch from SugaredLogger to Logger

🚩 Deprecations 🚩

  • confmap/provider/s3: Deprecate s3provider.New in favor of s3provider.NewFactory (#32742)
  • confmap/provider/secretsmanager: Deprecate secretsmanagerprovider.New in favor of secretsmanagerprovider.NewFactory (#32743)

🚀 New components 🚀

  • roundrobinconnector: Add a roundrobin connector, that can help single thread components to scale (#32853)

💡 Enhancements 💡

  • opampextension: Added support for other components to register custom capabilities and receive custom messages from an opamp extension (#32021)
  • kafkaexporter: add an ability to publish kafka messages with message key based on metric resource attributes - it will allow partitioning metrics in Kafka. (#29433, #30666, #31675)
  • sshcheckreceiver: Add support for running this receiver on Windows (#30650)

... (truncated)

Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions