Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update grafana/tempo docker tag to v2.3.0 #588

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
grafana/tempo minor 2.2.4 -> 2.3.0

Release Notes

grafana/tempo (grafana/tempo)

v2.3.0

Compare Source

overrides:
  ingestion_rate_strategy: local
  ingestion_rate_limit_bytes: 12345
  ingestion_burst_size_bytes: 67890
  max_search_duration: 17s
  forwarders: ['foo']
  metrics_generator_processors: [service-graphs, span-metrics]

New config:

overrides:
defaults:
  ingestion:
    rate_strategy: local
    rate_limit_bytes: 12345
    burst_size_bytes: 67890
  read:
    max_search_duration: 17s
  forwarders: ['foo']
  metrics_generator:
    processors: [service-graphs, span-metrics]
  • [CHANGE] Bump Jaeger query docker image to 1.50.0 #​2998 (@​pavolloffay)
  • [FEATURE] New TraceQL structural operators ancestor (<<), parent (<) #​2877 (@​kousikmitra)
  • [FEATURE] Add the /api/status/buildinfo endpoint #​2702 (@​fabrizio-grafana)
  • [FEATURE] New encoding vParquet3 with support for dedicated attribute columns (@​mapno, @​stoewer) #​2649
  • [FEATURE] Add filtering support to Generic Forwarding #​2742 (@​Blinkuu)
  • [FEATURE] Add cli command to print out summary of large traces #​2775 (@​ie-pham)
  • [FEATURE] Added not structural operators to TraceQL: !>, !<, and !~ #​2993 (@​joe-elliott)
  • [ENHANCEMENT] Support quoted attribute name in TraceQL #​3004 (@​kousikmitra)
  • [ENHANCEMENT] Unescape tag names #​2894 (@​fabrizio-grafana)
  • [ENHANCEMENT] Add support for searching by span status message using statusMessage keyword #​2848 (@​kousikmitra)
  • [ENHANCEMENT] Add block indexes to vParquet2 and vParquet3 to improve trace by ID lookup #​2697 (@​mdisibio)
  • [ENHANCEMENT] Assert ingestion rate limits as early as possible #​2640 (@​mghildiy)
  • [ENHANCEMENT] Add several metrics-generator fields to user-configurable overrides #​2711 (@​kvrhdn)
  • [ENHANCEMENT] Update /api/metrics/summary to correctly handle missing attributes and improve performance of TraceQL select() queries. #​2765 (@​mdisibio)
  • [ENHANCEMENT] Tempo CLI command to convert from vParquet2 -> 3. #​2828 (@​joe-elliott)
  • [ENHANCEMENT] Add TempoUserConfigurableOverridesReloadFailing alert #​2784 (@​kvrhdn)
  • [ENHANCEMENT] Add RootSpanName and RootServiceName to log about discarded spans #​2816 (@​marcinginszt)
  • [ENHANCEMENT] Add UserID to log message about rate limiting #​2850 (@​lshippy)
  • [ENHANCEMENT] Requests to Azure Blob Storage will now be retried once instead of zero times #​2835 (@​LasseHels)
  • [ENHANCEMENT] Add span metrics filter policies to user-configurable overrides #​2906 (@​rlankfo)
  • [ENHANCEMENT] Add collection-interval to metrics-generator config in user-configurable overrides #​2899 (@​rlankfo)
  • [ENHANCEMENT] Enforce max trace size on the trace by id path. #​2935 (@​joe-elliott)
  • [ENHANCEMENT] Add target_info_excluded_dimensions to user-config api #​2945 (@​ie-pham)
  • [ENHANCEMENT] User-configurable overrides: add scope query parameter to return merged overrides for tenant #​2915 #​3018 (@​kvrhdn)
  • [ENHANCEMENT] Add histogram buckets to metrics-generator config in user-configurable overrides #​2928 (@​mar4uk)
  • [ENHANCEMENT] Adds websocket support for search streaming. #​2971 (@​joe-elliott)
  • [ENHANCEMENT] Add new config block to distributors to produce debug metrics. #​3008 (@​joe-elliott)
    Breaking Change Removed deprecated config option: distributor.log_received_spans
  • [ENHANCEMENT] added a metrics generator config option to enable/disable X-Scope-OrgID headers on remote write. #​2974 (@​vineetjp)
  • [ENHANCEMENT] Correctly return RetryInfo to Otel Collector/Grafana Agent on ResourceExhausted. This allows the agents to honor their own retry
    settings. #​3019 (@​joe-elliott)
  • [BUGFIX] Load defaults for the internal server #​3041 (@​rubenvp8510)
  • [BUGFIX] Fix pass-through to runtime overrides for FilterPolicies and TargetInfoExcludedDimensions #​3012 (@​electron0zero)
  • [BUGFIX] Fix panic in metrics summary api #​2738 (@​mdisibio)
  • [BUGFIX] Fix rare deadlock when uploading blocks to Azure Blob Storage #​2129 (@​LasseHels)
  • [BUGFIX] Only search ingester blocks that fall within the request time range. #​2783 (@​joe-elliott)
  • [BUGFIX] Align tempo_query_frontend_queries_total and tempo_query_frontend_queries_within_slo_total. #​2840 (@​joe-elliott)
    This query will now correctly tell you %age of requests that are within SLO:
    sum(rate(tempo_query_frontend_queries_within_slo_total{}[1m])) by (op)
    /
    sum(rate(tempo_query_frontend_queries_total{}[1m])) by (op)
    BREAKING CHANGE Removed: tempo_query_frontend_queries_total{op="searchtags|metrics"}.
  • [BUGFIX] To support blob storage in Azure Stack Hub as backend. #​2853 (@​chlislb)
  • [BUGFIX] Respect spss on GRPC streaming. #​2971 (@​joe-elliott)
  • [BUGFIX] Moved empty root span substitution from querier to query-frontend. #​2671 (@​galalen)
  • [BUGFIX] Correctly propagate ingester errors on the query path #​2935 (@​joe-elliott)
  • [BUGFIX] Fix issue where ingester doesn't stop query after timeout #​3031 (@​mdisibio)
  • [BUGFIX] Fix cases where empty filter {} wouldn't return expected results #​2498 (@​mdisibio)
  • [BUGFIX] Reorder S3 credential chain and upgrade minio-go. native_aws_auth_enabled is deprecated #​3006 (@​ekristen, @​mapno)
  • [BUGFIX] Update parquet-go dependency including a bugfix that prevents corrupted blocks from being written #​3068 (@​stoewer)

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit ee01394 into main Oct 30, 2023
@renovate renovate bot deleted the renovate/grafana-tempo-2.x branch October 30, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants