UNCLASSIFIED - NO CUI

Skip to content

Update dependency grafana/tempo-query to v1.5.0

renovate requested to merge renovate/grafana-tempo-query-1.x into development

This MR contains the following updates:

Package Type Update Change
grafana/tempo-query ironbank-docker minor 1.4.1 -> 1.5.0
grafana/tempo-query minor 1.4.1 -> 1.5.0
grafana/tempo-query stage minor 1.4.1 -> 1.5.0

Release Notes

grafana/tempo

v1.5.0

Compare Source

  • [CHANGE] metrics-generator: Changed added metric label instance to __metrics_gen_instance to reduce collisions with custom dimensions. #​1439 (@​joe-elliott)
  • [CHANGE] Don't enforce max_bytes_per_tag_values_query when set to 0. #​1447 (@​joe-elliott)
  • [CHANGE] Add new querier service in deployment jsonnet to serve /status endpoint. #​1474 (@​annanay25)
  • [CHANGE] Swapped out Google Cloud Functions serverless docs and build for Google Cloud Run. #​1483 (@​joe-elliott)
  • [CHANGE] BREAKING CHANGE Change spanmetrics metric names and labels to match OTel conventions. #​1478 (@​mapno)
  • [FEATURE] Add support for time picker in jaeger query plugin. #​1631 (@​rubenvp8510) Old metric names:
traces_spanmetrics_duration_seconds_{sum,count,bucket}

New metric names:

traces_spanmetrics_latency_{sum,count,bucket}

Additionally, default label span_status is renamed to status_code.

  • [CHANGE] Update to Go 1.18 #​1504 (@​annanay25)
  • [CHANGE] Change tag/value lookups to return partial results when reaching response size limit instead of failing #​1517 (@​mdisibio)
  • [CHANGE] Change search to be case-sensitive #​1547 (@​mdisibio)
  • [CHANGE] Relax Hedged request defaults for external endpoints. #​1566 (@​joe-elliott) querier: search: external_hedge_requests_at: 4s -> 8s external_hedge_requests_up_to: 3 -> 2
  • [CHANGE] BREAKING CHANGE Include emptyDir for metrics generator wal storage in jsonnet #​1556 (@​zalegrala) Jsonnet users will now need to specify a storage request and limit for the generator wal. _config+:: { metrics_generator+: { ephemeral_storage_request_size: '10Gi', ephemeral_storage_limit_size: '11Gi', }, }
  • [CHANGE] Two additional latency buckets added to the default settings for generated spanmetrics. Note that this will increase cardinality when using the defaults. #​1593 (@​fredr)
  • [CHANGE] Mark log_received_traces as deprecated. New flag is log_received_spans. Extend distributor spans logger with optional features to include span attributes and a filter by error status. #​1465 (@​faustodavid)
  • [FEATURE] Add parquet block format #​1479 #​1531 #​1564 (@​annanay25, @​mdisibio)
  • [FEATURE] Add anonymous usage reporting, enabled by default. #​1481 (@​zalegrala) BREAKING CHANGE As part of the usage stats inclusion, the distributor will also require access to the store. This is required so the distirbutor can know which cluster it should be reporting membership of.
  • [FEATURE] Include messaging systems and databases in service graphs. #​1576 (@​kvrhdn)
  • [ENHANCEMENT] Added the ability to have a per tenant max search duration. #​1421 (@​joe-elliott)
  • [ENHANCEMENT] metrics-generator: expose max_active_series as a metric #​1471 (@​kvrhdn)
  • [ENHANCEMENT] Azure Backend: Add support for authentication with Managed Identities. #​1457 (@​joe-elliott)
  • [ENHANCEMENT] Add metric to track feature enablement #​1459 (@​zalegrala)
  • [ENHANCEMENT] Added s3 config option insecure_skip_verify #​1470 (@​zalegrala)
  • [ENHANCEMENT] Added polling option to reduce issues in Azure blocklist_poll_jitter_ms #​1518 (@​joe-elliott)
  • [ENHANCEMENT] Add a config to query single ingester instance based on trace id hash for Trace By ID API. (1484)[https://github.com/grafana/tempo/pull/1484] (@​sagarwala, @​bikashmishra100, @​ashwinidulams)
  • [ENHANCEMENT] Add blocklist metrics for total backend objects and total backend bytes #​1519 (@​ie-pham)
  • [ENHANCEMENT] Adds tempo_querier_external_endpoint_hedged_roundtrips_total to count the total hedged requests #​1558 (@​joe-elliott) BREAKING CHANGE Removed deprecated metrics tempodb_(gcs|s3|azure)_request_duration_seconds in favor of tempodb_backend_request_duration_seconds. These metrics have been deprecated since v1.1.
  • [ENHANCEMENT] Add tags option for s3 backends. This allows new objects to be written with the configured tags. #​1442 (@​stevenbrookes)
  • [ENHANCEMENT] metrics-generator: support per-tenant processor configuration #​1434 (@​kvrhdn)
  • [ENHANCEMENT] Include rollout dashboard #​1456 (@​zalegrala)
  • [ENHANCEMENT] Add SentinelPassword configuration for Redis #​1463 (@​zalegrala)
  • [BUGFIX] Fix nil pointer panic when the trace by id path errors. #​1441 (@​joe-elliott)
  • [BUGFIX] Update tempo microservices Helm values example which missed the 'enabled' key for thriftHttp. #​1472 (@​hajowieland)
  • [BUGFIX] Fix race condition in forwarder overrides loop. 1468 (@​mapno)
  • [BUGFIX] Fix v2 backend check on span name to be substring #​1538 (@​mdisibio)
  • [BUGFIX] Fix wal check on span name to be substring #​1548 (@​mdisibio)
  • [BUGFIX] Prevent ingester panic "cannot grow buffer" #​1258 (@​mdisibio)
  • [BUGFIX] metrics-generator: do not remove x-scope-orgid header in single tenant modus #​1554 (@​kvrhdn)
  • [BUGFIX] Fixed issue where backend does not support root.name and root.service.name #​1589 (@​kvrhdn)
  • [BUGFIX] Fixed ingester to continue starting up after block replay error #​1603 (@​mdisibio)
  • [BUGFIX] Fix issue relating to usage stats and GCS returning empty strings as tenantID #​1625 (@​ie-pham)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports