Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/jaegertracing/jaeger to v1.64.0 (#…
…36956) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger) | `v1.62.0` -> `v1.64.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.62.0/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.62.0/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger) | `v1.63.0` -> `v1.64.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.63.0/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.63.0/v1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jaegertracing/jaeger (github.com/jaegertracing/jaeger)</summary> ### [`v1.64.0`](https://redirect.github.com/jaegertracing/jaeger/blob/HEAD/CHANGELOG.md#v1640--v210-2024-12-06) [Compare Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.63.0...v1.64.0) ##### Backend Changes ##### ⛔ Breaking Changes - \[metrics]\[storage] move metrics reader decorator to metrics storage factory ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6287](https://redirect.github.com/jaegertracing/jaeger/pull/6287)) - \[v2]\[storage] move span reader decorator to storage factories ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6280](https://redirect.github.com/jaegertracing/jaeger/pull/6280)) ##### ✨ New Features - \[v2]\[storage] implement read path for v2 storage interface ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6170](https://redirect.github.com/jaegertracing/jaeger/pull/6170)) - Create cassandra db schema on session initialization ([@​akstron](https://redirect.github.com/akstron) in [#​5922](https://redirect.github.com/jaegertracing/jaeger/pull/5922)) ##### 🐞 Bug fixes, Minor Improvements - Fix password in integration test ([@​akstron](https://redirect.github.com/akstron) in [#​6284](https://redirect.github.com/jaegertracing/jaeger/pull/6284)) - \[cassandra] change compaction window default to 2hrs ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6282](https://redirect.github.com/jaegertracing/jaeger/pull/6282)) - Improve telemetry.settings ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6275](https://redirect.github.com/jaegertracing/jaeger/pull/6275)) - \[kafka] otel helper instead of tlscfg package ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6270](https://redirect.github.com/jaegertracing/jaeger/pull/6270)) - \[refactor] fix package misspelling: telemetery->telemetry ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6269](https://redirect.github.com/jaegertracing/jaeger/pull/6269)) - \[prometheus] use otel helper instead of tlscfg package ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6266](https://redirect.github.com/jaegertracing/jaeger/pull/6266)) - \[fix] use metrics decorator around metricstorage ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6262](https://redirect.github.com/jaegertracing/jaeger/pull/6262)) - Use real metrics factory instead of nullfactory ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6261](https://redirect.github.com/jaegertracing/jaeger/pull/6261)) - \[v2] use only version number for buildinfo ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6260](https://redirect.github.com/jaegertracing/jaeger/pull/6260)) - \[refactor] move spm v2 config to cmd/jaeger/ with all other configs ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6256](https://redirect.github.com/jaegertracing/jaeger/pull/6256)) - \[es-index-cleaner] use otel helper instead of tlscfg ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6259](https://redirect.github.com/jaegertracing/jaeger/pull/6259)) - \[api_v2] change time fields in archivetracerequest to non-nullable ([@​rim99](https://redirect.github.com/rim99) in [#​6251](https://redirect.github.com/jaegertracing/jaeger/pull/6251)) - \[es-rollover] use otel helpers for tls config instead of tlscfg ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6238](https://redirect.github.com/jaegertracing/jaeger/pull/6238)) - Enable usestdlibvars linter ([@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​6249](https://redirect.github.com/jaegertracing/jaeger/pull/6249)) - \[storage_v1] add time window to gettracerequest ([@​rim99](https://redirect.github.com/rim99) in [#​6244](https://redirect.github.com/jaegertracing/jaeger/pull/6244)) - \[fix]\[query] fix misconfiguration in tls settings from using otel http helper ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6239](https://redirect.github.com/jaegertracing/jaeger/pull/6239)) - Auto-generate gogo annotations for api_v3 ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6233](https://redirect.github.com/jaegertracing/jaeger/pull/6233)) - Use confighttp in expvar extension ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6227](https://redirect.github.com/jaegertracing/jaeger/pull/6227)) - Parameterize listen host and override when in container ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6231](https://redirect.github.com/jaegertracing/jaeger/pull/6231)) - Remove 0.0.0.0 overrides in hotrod ci ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6226](https://redirect.github.com/jaegertracing/jaeger/pull/6226)) - \[storage]\[v2] add reader adapter that just exposes the underlying v1 reader ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6221](https://redirect.github.com/jaegertracing/jaeger/pull/6221)) - Change start/end time in gettrace request to not be pointers ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6218](https://redirect.github.com/jaegertracing/jaeger/pull/6218)) - Pass real meterprovider to components ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6173](https://redirect.github.com/jaegertracing/jaeger/pull/6173)) - \[v2] update versions in readme ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6206](https://redirect.github.com/jaegertracing/jaeger/pull/6206)) - Fix: testcreatecollectorproxy unit test failing on go-tip ([@​Saumya40-codes](https://redirect.github.com/Saumya40-codes) in [#​6204](https://redirect.github.com/jaegertracing/jaeger/pull/6204)) - Respect environment variables when creating internal tracer ([@​akstron](https://redirect.github.com/akstron) in [#​6179](https://redirect.github.com/jaegertracing/jaeger/pull/6179)) ##### 🚧 Experimental Features - \[v2]add script for metrics markdown table ([@​vvs-personalstash](https://redirect.github.com/vvs-personalstash) in [#​5941](https://redirect.github.com/jaegertracing/jaeger/pull/5941)) ##### 👷 CI Improvements - Allow using different container runtime ([@​rim99](https://redirect.github.com/rim99) in [#​6247](https://redirect.github.com/jaegertracing/jaeger/pull/6247)) - K8s integration test for hotrod ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6155](https://redirect.github.com/jaegertracing/jaeger/pull/6155)) - Pass username/password to cassandra docker-compose health check ([@​akstron](https://redirect.github.com/akstron) in [#​6214](https://redirect.github.com/jaegertracing/jaeger/pull/6214)) - \[fix]\[ci] change the prometheus healthcheck endpoint ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6217](https://redirect.github.com/jaegertracing/jaeger/pull/6217)) ##### 📊 UI Changes ##### 🐞 Bug fixes, Minor Improvements - Add new formatting function "add" ([@​drewcorlin1](https://redirect.github.com/drewcorlin1) in [#​2507](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2507)) - Add pad_start link formatting function [#​2505](https://redirect.github.com/jaegertracing/jaeger/issues/2505) ([@​drewcorlin1](https://redirect.github.com/drewcorlin1) in [#​2504](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2504)) - Allow formatting link parameter values as iso date [#​2487](https://redirect.github.com/jaegertracing/jaeger/issues/2487) ([@​drewcorlin1](https://redirect.github.com/drewcorlin1) in [#​2501](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2501)) ### [`v1.63.0`](https://redirect.github.com/jaegertracing/jaeger/blob/HEAD/CHANGELOG.md#v1630--v200-2024-11-10) [Compare Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.62.0...v1.63.0) Jaeger v2 is here! 🎉 🎉 🎉 ##### Backend Changes ##### ⛔ Breaking Changes - Remove jaeger-agent from distributions ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6081](https://redirect.github.com/jaegertracing/jaeger/pull/6081)) ##### 🐞 Bug fixes, Minor Improvements - Fix possible null pointer deference ([@​vaidikcode](https://redirect.github.com/vaidikcode) in [#​6184](https://redirect.github.com/jaegertracing/jaeger/pull/6184)) - Chore: enable all rules of perfsprint linter ([@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​6164](https://redirect.github.com/jaegertracing/jaeger/pull/6164)) - Chore: enable err-error and errorf rules from perfsprint linter ([@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​6160](https://redirect.github.com/jaegertracing/jaeger/pull/6160)) - \[query] move trace handler to server level ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6147](https://redirect.github.com/jaegertracing/jaeger/pull/6147)) - \[fix]\[query] remove bifurcation for grpc query server ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6145](https://redirect.github.com/jaegertracing/jaeger/pull/6145)) - \[jaeger-v2] add hotrod integration test for jaeger-v2 ([@​Saumya40-codes](https://redirect.github.com/Saumya40-codes) in [#​6138](https://redirect.github.com/jaegertracing/jaeger/pull/6138)) - \[query] use otel's helpers for http server ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6121](https://redirect.github.com/jaegertracing/jaeger/pull/6121)) - Use grpc interceptors instead of explicit context wrappers ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6133](https://redirect.github.com/jaegertracing/jaeger/pull/6133)) - Fix command in v2 example ([@​haoqixu](https://redirect.github.com/haoqixu) in [#​6134](https://redirect.github.com/jaegertracing/jaeger/pull/6134)) - Fix span deduplication via correct ordering of adjusters ([@​cdanis](https://redirect.github.com/cdanis) in [#​6116](https://redirect.github.com/jaegertracing/jaeger/pull/6116)) - Move all query service http handlers into one function ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6128](https://redirect.github.com/jaegertracing/jaeger/pull/6128)) - \[fix]\[grpc] disable tracing in grpc storage writer clients ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6125](https://redirect.github.com/jaegertracing/jaeger/pull/6125)) - Feat: automatically publish readme to docker hub ([@​inosmeet](https://redirect.github.com/inosmeet) in [#​6118](https://redirect.github.com/jaegertracing/jaeger/pull/6118)) - Use grpc interceptors for bearer token ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6063](https://redirect.github.com/jaegertracing/jaeger/pull/6063)) - \[fix]\[query] correct query server legacy condition ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6120](https://redirect.github.com/jaegertracing/jaeger/pull/6120)) - \[query] use otel's helpers for grpc server ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6055](https://redirect.github.com/jaegertracing/jaeger/pull/6055)) - Enable lint rule: import-shadowing ([@​inosmeet](https://redirect.github.com/inosmeet) in [#​6102](https://redirect.github.com/jaegertracing/jaeger/pull/6102)) - \[refractor] switch to enums for es mappings ([@​Saumya40-codes](https://redirect.github.com/Saumya40-codes) in [#​6091](https://redirect.github.com/jaegertracing/jaeger/pull/6091)) - Fix rebuild-ui.sh script ([@​andreasgerstmayr](https://redirect.github.com/andreasgerstmayr) in [#​6098](https://redirect.github.com/jaegertracing/jaeger/pull/6098)) - Use otel component host instead of no op host for prod code ([@​chahatsagarmain](https://redirect.github.com/chahatsagarmain) in [#​6085](https://redirect.github.com/jaegertracing/jaeger/pull/6085)) - \[cassandra] prevent fallback to old schema for operation names table in case of db issues ([@​arunvelsriram](https://redirect.github.com/arunvelsriram) in [#​6061](https://redirect.github.com/jaegertracing/jaeger/pull/6061)) ##### 🚧 Experimental Features - Add otlp json support for kafka e2e integration tests ([@​joeyyy09](https://redirect.github.com/joeyyy09) in [#​5935](https://redirect.github.com/jaegertracing/jaeger/pull/5935)) - \[v2] add es config comments ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6110](https://redirect.github.com/jaegertracing/jaeger/pull/6110)) - \[chore]\[docs] add documentation to elasticsearch configuration ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6103](https://redirect.github.com/jaegertracing/jaeger/pull/6103)) - \[jaeger-v2] refactor elasticsearch/opensearch configurations to have more logical groupings ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6090](https://redirect.github.com/jaegertracing/jaeger/pull/6090)) - \[jaeger-v2] implement utf-8 sanitizer for otlp ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6078](https://redirect.github.com/jaegertracing/jaeger/pull/6078)) - \[jaeger-v2] migrate elasticsearch/opensearch to use otel's tls configuration ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6079](https://redirect.github.com/jaegertracing/jaeger/pull/6079)) - \[jaeger-v2] enable queueing configuration in storage exporter ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6080](https://redirect.github.com/jaegertracing/jaeger/pull/6080)) - \[jaeger-v2] implement empty service name sanitizer for otlp ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6077](https://redirect.github.com/jaegertracing/jaeger/pull/6077)) - \[jaeger-v2] refactor elasticsearch/opensearch storage configurations ([@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#​6060](https://redirect.github.com/jaegertracing/jaeger/pull/6060)) ##### 👷 CI Improvements - \[v2] use health check in grpc e2e test ([@​yurishkuro](https://redirect.github.com/yurishkuro) in [#​6113](https://redirect.github.com/jaegertracing/jaeger/pull/6113)) - Update node.js github action to use npm lockfile, switch to latest jaeger ui ([@​andreasgerstmayr](https://redirect.github.com/andreasgerstmayr) in [#​6074](https://redirect.github.com/jaegertracing/jaeger/pull/6074)) ##### 📊 UI Changes ##### 🐞 Bug fixes, Minor Improvements - Migrate from yarn v1 to npm ([@​andreasgerstmayr](https://redirect.github.com/andreasgerstmayr) in [#​2462](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2462)) ##### 👷 CI Improvements - Run s390x build on push to main only ([@​andreasgerstmayr](https://redirect.github.com/andreasgerstmayr) in [#​2481](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2481)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
- Loading branch information