chore(deps): update grafana/tempo docker tag to v3#162
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
3774c34 to
70df21b
Compare
70df21b to
a1292f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.10.5→3.0.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/tempo (grafana/tempo)
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
query_frontend.query_end_cutoffto30sandlive_store.fail_on_high_lagtotrue. #7210 (@mapno)metrics_generator.processorsno longer merges with runtime overrides.metrics_generator.processorsnow takes precedence over the runtime overrides, matching every other config in user-configurable overrides. Settingprocessors: []disables all processors for the tenant. #7176 (@electron0zero)compaction.block-retention,compaction.max-objects-per-block,compaction.max-block-bytes,compaction.compaction-window. #6909 (@electron0zero)distributor.retry_after_on_resource_exhaustednow defaults to5s(was0) so OTLP clients receive a retry hint onResourceExhaustederrors. #7088 (@electron0zero)Set to
0to disable cluster-wide, or set the per-tenant overrideingestion.retry_info_enabled: falseto disable for a single tenant.block_builderandlive_storenow always usestorage.trace.blocksettings; per-module block config fields are removed. #6647 (@stoewer)mem-ballast-size-mbscli flag. #6403 (@orkhan-huseyn)query searchcommand no longer accepts timestamps without timezone (e.g.2024-01-01T00:00:00), use RFC3339 (e.g.2024-01-01T00:00:00Z) or relative time instead.query_frontend.search.query_ingesters_untilis removed in favor of onlyquery_frontend.search.query_backend_after. #6507 (@mapno)querier.query_live_storeconfig. This field must be removed from configs on upgrade. #7048 (@javiermolinar)query_frontend.rf1_afterand query all blocks regardless of replication factor for non-metrics paths. Simplifies 2.x to 3.0 migration. #6969 (@mapno)Slightly changes the array matching semantics of != and !~ operators and introduces stricter rules for regex literals.
span_profiling: true(or-span-profilingCLI flag) to attach pprof labels to OTel spans. #7063 (@simonswine)tempo-cli migrate configcommand for migrating Tempo 2.x configs to 3.0. #6982 (@mapno)memory.automemlimit_enabled: true. #6313 (@oleg-kozlyuk)filter_policies. #6453 (@javiermolinar)Adds
max_cardinality_per_labelper tenant override and new metrics to estimate per label cardinality demand estimate.TraceRedactorinterface to support hiding complete traces viaErrTraceHidden. #6811 (@stoewer)atomic.Pointer[blockSnapshot]; block deletion is two-phase (tombstone meta.json → meta.deleted.json, then reclaim files afterblock_reclaim_grace). Crash-safe; startup sweep reclaims any tombstoned dirs left by an unclean shutdown. #7132 (@zhxiaogg)max_block_duration1mto30s,max_block_bytes100MiBto50MiB,complete_block_timeout1hto20m, metricsquery_backend_after30mto15m. #6974 (@zhxiaogg)tempo_request_duration_seconds. Both classic and native formats are emitted simultaneously; existing scrapers are unaffected. #6910 (@zalegrala)--headerflag toquery apicommands for custom headers #6768 (@Nouuu)redactcommand to submit trace redaction jobs to the backend scheduler #6832 (@zalegrala)tempo_block_builder_spans_deduped_totalmetric #6539 (@zhxiaogg)enable_tracestate_span_multiplierconfig option #6684 (@cmarchbanks)spanonly_fetch=truewhenunsafe_query_hintsis enabled #6359 (@mdisibio)trace_too_largelog line an insight #6371 (@carles-grafana)readiness_target_lagandreadiness_max_waitconfig parameters. Live store will now - ifreadiness_target_lagis set - not report/readyuntil Kafka lag is brought under the specified value #6238 #6405 (@oleg-kozlyuk-grafana, @ruslan-mikhailov)fail_on_high_lagparameter to allow live-store to fail if it is lagged #6363 #6567 #7066 (@ruslan-mikhailov, @carles-grafana)tempo_distributor_metrics_generator_tenant_ring_size#5686 (@zalegrala)runtime.GC()calls in vParquet5 compactor/block creation and CLI #6603 (@oleg-kozlyuk-grafana)extendReuseSlicegrowth path during WAL writes and block creation #6863 (@mapno)leave_consumer_group_on_shutdownto send LeaveGroup on shutdown for immediate partition reassignment instead of waiting for session timeout #6575 (@zalegrala)-tempo-push-tlsflag in normal operating mode. #6976 (@xaque208)strconv.ParseUintinstead ofstrconv.Atoi/strconv.ParseIntfor unsigned integer fields. #6612 (@bejaratommy)block_builderandlive_storeto usestorage.trace.block.parquet_dedicated_columnswhen not set via overrides. #6647 (@stoewer)remove_owner_on_shutdownflag was set too late — after context cancellation already triggered the lifecycler's shutdown, causing the partition owner to remain in the ring #6693 (@oleg-kozlyuk-grafana)target_infobeing skipped when resource attributes have empty values #6774 (@carles-grafana)/api/search?http.status_code=500). #7135 (@mdisibio)iterateBlocksper-block paths so a panic in vparquet/parquetquery (e.g. malformedByteArrayvalues) returns an error instead of crashing the process. #7134 (@zhxiaogg)3.0 Cleanup
enable_legacy_overrides: trueor-config.enable-legacy-overrides=trueto opt back in temporarily. Legacy overrides will be removed in a future release. #6741 (@electron0zero)migrate overrides-configand addmigrate overrides-per-tenantcommand to help migrate legacy flat overrides to the new scoped format. #6793 (@electron0zero)v2block encoding and compactor component. #6273 (@joe-elliott)This includes the removal of the following CLI commands which were
v2specific:list block,list index,view index,gen index,gen bloom.alltarget to be 3.0 compatible and removes thescalable-single-binarytarget #6283 (@joe-elliott)v2.10.7Compare Source
--version, the build-info metric, and/api/status/buildinfo. The build version is now read from the new top-level VERSION file instead of the most recently created git tag, which could belong to a different release. #7469 (@zhxiaogg)v2.10.6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.