v0.32.0 #6636
saswatamcode
started this conversation in
General
v0.32.0
#6636
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.32.0
is out after a long wait, as we were busy fixing a rather challenging issue!Thank you to all contributors who have contributed to this release. It wouldn't be possible without you.
Some of the highlights include support for PromQL query explanations in the UI when using the
thanos
PromQL engine, AZ-aware replication for Receive and other new flags, tools bucket replicate improvements, and lots of optimizations and bug/race fixes!Do take note of some of the breaking metric name changes.
You can find the changelog with all of the details below. Let's also celebrate all our new contributors!
Please try it out and let us know if you spot any problems! Enjoy! 🎉
Changes
Added
bucket-web-label
to select the label to use as timeline title in web UItsdb.too-far-in-future.time-window
to prevent clock skewed samples to pollute TSDB head and block all valid incoming samples.--receive-forward-max-backoff
to configure the max backoff for forwarding requests.index_stats
inmeta.json
file with max series and chunk size information.thanos_store_index_cache_stored_data_size_bytes
for item size.bucket replicate
command.thanos_bucket_store_chunk_refetches_total
metric to track number of chunk refetches.thanos
andprometheus
engines dynamically via UI and API.thanos
engine is used.Fixed
ContentPathReloader
to be completely independent of any filesystem concept. This effectively fixes this configuration reload when used with Kubernetes ConfigMaps, Secrets, or other volume mounts.error
LabelValues
during head compaction.rueidis
to v1.0.2 to to improve error handling while shrinking a redis cluster.memWriter
fromfileWriter
to reduce memory usage when sync index headers.without
andunion
function to allow more queries to be shardable./api/v1/rules?type=alert
.Changed
--receive-forward-max-backoff
.thanos_bucket_store_cached_series_fetch_duration_seconds
tothanos_bucket_store_series_fetch_duration_seconds
andthanos_bucket_store_cached_postings_fetch_duration_seconds
tothanos_bucket_store_postings_fetch_duration_seconds
.Exists
API calls against object storage when synchronizing meta files in favour of a recursiveIter
call.store_matches
param.go4.org/intern
to fix Go 1.21 builds.Removed
ContentPathReloader
and improve its tests.gopkg.in/fsnotify.v1
dependency.gzip
dependency.New Contributors
Full Changelog: v0.31.0...v0.32.0
This discussion was created from the release v0.32.0.
Beta Was this translation helpful? Give feedback.
All reactions