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.5.0 #1257

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
grafana/tempo minor 2.4.2 -> 2.5.0

Release Notes

grafana/tempo (grafana/tempo)

v2.5.0

Compare Source

  • [CHANGE] Align metrics query time ranges to the step parameter #​3490 (@​mdisibio)
  • [CHANGE] Change the UID and GID of the tempo user to avoid root #​2265 (@​zalegrala)
    BREAKING CHANGE Ownership of /var/tempo is changing. Historically, this
    has been owned by root:root. With this change, it will now be owned by
    tempo:tempo with the UID/GID of 10001. The ingester and
    metrics-generator statefulsets may need to be chown'd in order to start
    properly. A jsonnet example of an init container is included with the PR.
    This impacts all users of the grafana/tempo Docker image.
  • [CHANGE] Remove vParquet encoding #​3663 (@​mdisibio)
    BREAKING CHANGE In the last release vParquet (the first version) was deprecated and blocked from writes. Now, it's
    removed entirely. It will no longer be recognized as a valid encoding and cannot read any remaining vParquet blocks. Installations
    running with historical defaults should not require any changes as the default has been migrated for several releases. Installations
    with storage settings pinned to vParquet must run a previous release configured for vParquet2 or higher until all existing vParquet (1) blocks
    have expired and been deleted from the backend, or else will encounter read errors after upgrading to this release.
  • [CHANGE] Return a less confusing error message to the client when refusing spans due to ingestion rates. #​3485 (@​ie-pham)
  • [CHANGE] Clean Metrics Generator's Prometheus wal before creating instance #​3548 (@​ie-pham)
  • [CHANGE] Update docker examples for permissions, deprecations, and clean-up #​3603 (@​zalegrala)
  • [CHANGE] Update debian and rpm packages to grant required permissions to default storage path after installation #​3657 (@​mdisibio)
  • [CHANGE] Delete any remaining objects for empty tenants after a configurable duration, requires config enable #​3611 (@​zalegrala)
  • [CHANGE] Add golangci to the tools image and update lint make target #​3610 (@​zalegrala)
  • [CHANGE] Update Alpine image version to 3.20 #​3710 (@​joe-elliott)
  • [FEATURE] Add TLS support for Memcached Client #​3585 (@​sonisr)
  • [FEATURE] TraceQL metrics queries: add quantile_over_time #​3605 #​3633 (@​mdisibio)
  • [FEATURE] TraceQL metrics queries: add histogram_over_time #​3644 (@​mdisibio)
  • [FEATURE] Added gRPC streaming endpoints for Tempo APIs.
  • [FEATURE] New block encoding vParquet4 with support for links, events, and arrays #​3368 (@​stoewer @​ie-pham @​andreasgerstmayr)
  • [ENHANCEMENT] Remove hardcoded delay in distributor shutdown #​3687 (@​chodges15)
  • [ENHANCEMENT] Tempo CLI - add percentage support for query blocks #​3697 #​3697 (@​edgarkz)
  • [ENHANCEMENT] Update OTLP and add attributes to instrumentation scope in vParquet4 #​3649 (@​stoewer)
    Breaking Change The update to OTLP 1.3.0 removes the deprecated InstrumentationLibrary
    and InstrumentationLibrarySpan from the OTLP receivers
  • [ENHANCEMENT] Surface new labels for uninstrumented services and systems #​3543 (@​t00mas)
  • [ENHANCEMENT] Add querier metrics for requests executed #​3524 (@​electron0zero)
  • [ENHANCEMENT] Add messaging-system latency histogram to service-graph #​3453 (@​adirmatzkin)
  • [ENHANCEMENT] Add string interning to TraceQL queries #​3411 (@​mapno)
  • [ENHANCEMENT] Add new (unsafe) query hints for metrics queries #​3396 (@​mdisibio)
  • [ENHANCEMENT] Add nestedSetLeft/Right/Parent instrinsics to TraceQL. #​3497 (@​joe-elliott)
  • [ENHANCEMENT] Add tenant to frontend job cache key. #​3527 (@​joe-elliott)
  • [ENHANCEMENT] Better compaction throughput and memory usage #​3579 (@​mdisibio)
  • [ENHANCEMENT] Add support for sharded ingester queries #​3574 (@​zalegrala)
  • [ENHANCEMENT] TraceQL - Add support for scoped intrinsics using : #​3629 (@​ie-pham)
    available scoped intrinsics: trace:duration, trace:rootName, trace:rootService, span:duration, span:kind, span:name, span:status, span:statusMessage
  • [ENHANCEMENT] Performance improvements on TraceQL and tag value search. #​3650,#​3667 (@​joe-elliott)
  • [ENHANCEMENT] TraceQL - Add support for trace:id and span:id #​3670 (@​ie-pham)
  • [ENHANCEMENT] Add toggle to inject the tenant ID to generated metrics #​3638 (@​kvrhdn)
  • [BUGFIX] Fix handling of regex matchers in autocomplete endpoints #​3641 (@​sd2k)
  • [BUGFIX] Update golang.org/x/net package to 0.24.0 to fix CVE-2023-45288 #​3613 (@​pavolloffay)
  • [BUGFIX] Fix metrics query results when filtering and rating on the same attribute #​3428 (@​mdisibio)
  • [BUGFIX] Fix metrics query results when series contain empty strings or nil values #​3429 (@​mdisibio)
  • [BUGFIX] Fix metrics query duration check, add per-tenant override for max metrics query duration #​3479 (@​mdisibio)
  • [BUGFIX] Fix metrics query panic "index out of range [-1]" when a trace has zero-length ID #​3668 (@​mdisibio)
  • [BUGFIX] Return unfiltered results when a bad TraceQL query is provided in autocomplete. #​3426 (@​mapno)
  • [BUGFIX] Add support for dashes, quotes and spaces in attribute names in autocomplete #​3458 (@​mapno)
  • [BUGFIX] Correctly handle 429s in GRPC search streaming. #​3469 (@​joe-ellitot)
  • [BUGFIX] Correctly cancel GRPC and HTTP contexts in the frontend to prevent having to rely on http write timeout. #​3443 (@​joe-elliott)
  • [BUGFIX] Add spss and limit to the frontend cache key to prevent the return of incorrect results. #​3557 (@​joe-elliott)
  • [BUGFIX] Use os path separator to split blocks path. #​3552 (@​teyyubismayil)
  • [BUGFIX] Correctly parse traceql queries with > 1024 character attribute names or static values. #​3571 (@​joe-elliott)
  • [BUGFIX] Fix span-metrics' subprocessors bug that applied wrong configs when running multiple tenants. #​3612 (@​mapno)
  • [BUGFIX] Fix panic in query-frontend when combining results #​3683 (@​mapno)
  • [BUGFIX] Fix panic in metrics-generator when starting with a partial completed block #​3704 (@​zalegrala)
  • [BUGFIX] Fix TraceQL queries involving non boolean operations between statics and attributes. #​3698 (@​joe-elliott)

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.

Copy link
Contributor

coderabbitai bot commented May 31, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch 9 times, most recently from a560396 to dfc211e Compare June 5, 2024 19:14
@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch 16 times, most recently from c664944 to df208f5 Compare June 15, 2024 15:15
@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch 2 times, most recently from 49fcb2e to 682fdf4 Compare June 19, 2024 13:14
@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch 20 times, most recently from 3e4faf2 to f39a45b Compare July 4, 2024 12:13
@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch 4 times, most recently from 5006338 to 4c4a069 Compare July 5, 2024 22:19
@renovate renovate bot force-pushed the renovate/grafana-tempo-2.x branch from 4c4a069 to e82d4e0 Compare July 6, 2024 10:03
Copy link

sonarqubecloud bot commented Jul 6, 2024

@rajadilipkolli rajadilipkolli merged commit 1dc8acd into main Jul 6, 2024
6 checks passed
@rajadilipkolli rajadilipkolli deleted the renovate/grafana-tempo-2.x branch July 6, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant