elastic / apm-data

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

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the jaeger group with 1 update in the / directory: github.com/jaegertracing/jaeger.

Updates github.com/jaegertracing/jaeger from 1.58.1 to 1.59.0

Release notes

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

Release v1.59.0

Backend Changes

⛔ Breaking Changes

  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@​renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

... (truncated)

Changelog

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

1.59.0 (2024-07-10)

Backend Changes

⛔ Breaking Changes

  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@​renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

... (truncated)

Commits


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

Release notes

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

v0.104.0

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

:warning: The Core repository's release includes 2 very important breaking changes.

  1. The otlpreceiver now uses localhost by default instead of 0.0.0.0. This may break the receiver in containerized environments like Kubernetes. If you depend on 0.0.0.0 disable the component.UseLocalHostAsDefaultHost feature gate or explicitly set the endpoint to 0.0.0.0. This change also affects contrib components which are listed in the release notes below.
  2. Expansion of BASH-style environment variables, such as $FOO is no longer supported by default. If you depend on this syntax, disable the confmap.unifyEnvVarExpansion feature gate, but know that the feature will be removed in the future in favor of ${env:FOO}.

End User Changelog

🛑 Breaking changes 🛑

  • sumologicexporter: removed compress_encoding (#33604)

  • exporter/clickhouse: Change behavior of how default database is read from the config (#33693) Changed the default database to default. The final database will prioritize endpoint, unless database is set to a value not equal to default. If neither are specified then it defaults to the default database. Possible breaking change if someone has the DSN configured in combination with database config option.

  • exporter/clickhouse: Add async_insert config option to enable inserting asynchronously by default. (#33614) Adds async_insert config option to enable inserting asynchronously by default. To preserve the previous behavior, set async_insert to false in your config. When enabled, the exporter will insert asynchronously, which can improve performance for high-throughput deployments. The async_insert option can be set to true or false to enable or disable async inserts, respectively. The default value is true. Keep in mind this setting is added since the exporter now sets it to default. Async insert and its related settings can still be defined in endpoint and connection_params, which take priority over the new config option.

  • clickhouseexporter: Add AggregationTemporality column to histogram and exponential histogram tables. Rename AggTemp column to AggregationTemporality in sum table. (#33424) It's a breaking change. users who upgrade to the latest version need to alter the Clickhouse table:

    ALTER TABLE otel_metrics_exponential_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
    ALTER TABLE otel_metrics_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
    ALTER TABLE otel_metrics_sum RENAME COLUMN AggTemp TO AggregationTemporality;
    
  • exporter/clickhouse: Remove deprecated ttl_days config option, use ttl instead. (#33648)

  • vcenterreceiver: Drops support for vCenter 6.7 (#33607)

  • all: Promote component.UseLocalHostAsDefaultHost feature gate to beta. This changes default endpoints from 0.0.0.0 to localhost (#30702) This change affects the following components:

    • extension/awsproxy
    • extension/health_check
    • extension/health_checkv2
    • extension/jaegerremotesampling
    • internal/aws/proxy
    • processor/remotetap
    • receiver/awsfirehose
    • receiver/awsxray
    • receiver/influxdb
    • receiver/jaeger
    • receiver/loki
    • receiver/opencensus

... (truncated)

Changelog

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

v0.104.0

🛑 Breaking changes 🛑

  • exporter/clickhouse: Unexport extra configuration methods. (#33647)
  • exporter/clickhouse: Change internal config type for create_schema to use a bool instead of *bool (#33694)
  • pkg/ottl: Changed ScopeContext, InstrumentationResourceContext, TransformContext interfaces to make SchemaURL accessible in resources and scopes on all signals (#30229)

💡 Enhancements 💡

  • pkg/ottl: Add ByteSliceLikeGetter interface (#31929)
Commits
  • 38f97b6 [chore] Prepare release 0.104.0 (#33834)
  • 1f1f5e9 [chore] Update otel (#33833)
  • 859d04b Fix cross-compile pipeline job building for ARM 7 (#33830)
  • ba2b924 [exporter/clickhouse] Default async_insert to true. Added related config op...
  • 2604193 [receiver/vcenter] Add vCenter Host metrics (dropped packet rate + capacity) ...
  • e4f1a44 [chore] Update otel (#33813)
  • fb3db79 [chore] add section for components looking for new code owners (#33397)
  • a4706ac [chore][receiver/kubeletstats] Introduce retry on test that rely on shared In...
  • 0e9dde7 [receiver/vcenter] Adds vCenter VM CPU readiness metric (#33608)
  • c3f6645 Promote rabbitmqexporter to alpha (#33331)
  • Additional commits viewable in compare view


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