Update dependency thanos-io/thanos to v0.36.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
thanos-io/thanos | minor |
v0.35.1 -> v0.36.0
|
|
thanos-io/thanos | ironbank-github | minor |
v0.35.1 -> v0.36.0
|
Release Notes
thanos-io/thanos (thanos-io/thanos)
v0.36.0
Fixed
- #7326 Query: fixing exemplars proxy when querying stores with multiple tenants.
- #7403 Sidecar: fix startup sequence
- #7484 Proxy: fix panic in lazy response set
- #7492 Compactor: update filtered blocks list before second downsample pass.
Added
-
#7429: Reloader: introduce
TolerateEnvVarExpansionErrors
to allow suppressing errors when expanding environment variables in the configuration file. When set, this will ensure that the reloader won't consider the operation to fail when an unset environment variable is encountered. Note that all unset environment variables are left as is, whereas all set environment variables are expanded as usual. - #7317 Tracing: allow specifying resource attributes for the OTLP configuration.
- #7367 Store Gateway: log request ID in request logs.
-
#7361 Query: breaking
⚠ pass query stats from remote execution from server to client. We changed the protobuf of the QueryAPI, if you usequery.mode=distributed
you need to update your client (upper level Queriers) first, before updating leaf Queriers (servers). - #7363 Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header
- #7335 Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
-
#7477 *: Bump objstore to
20240622095743-1afe5d4bc3cd
Changed
-
#7334 Compactor: do not vertically compact downsampled blocks. Such cases are now marked with
no-compact-mark.json
. Fixes panicpanic: unexpected seriesToChunkEncoder lack of iterations
. -
#7393 *: breaking
⚠ Using native histograms for grpc middleware metrics. Metricsgrpc_client_handling_seconds
andgrpc_server_handling_seconds
will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names.
Removed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.