Cortex 1.11.0
#4568
Replies: 1 comment 7 replies
-
Is exemplars supported by cortex now? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains 76 contributions from 31 authors. Thank you!
A broad range of improvements, including support for cloud services such as Memcached auto-discovery and Amazon SNS.
Cortex
-memberlist.stream-timeout
-memberlist.retransmit-factor
-memberlist.pull-push-interval
-memberlist.gossip-interval
-memberlist.gossip-nodes
-memberlist.gossip-to-dead-nodes-time
-memberlist.dead-node-reclaim-time
-querier.max-fetched-chunks-per-query
previously applied to chunks from ingesters and store separately; now the two combined should not exceed the limit. max chunks per query limit shared between ingesters and storage gateways #4260memberlist_kv_store_value_bytes
has been removed due to values no longer being stored in-memory as encoded bytes. Optimise memberlist kv store access by storing data unencoded. #4345cortex_deprecated_flags_inuse_total
has been renamed todeprecated_flags_inuse_total
as part of using grafana/dskit functionality. Use flagext module from grafana/dskit #4443-ruler.query-stats-enabled
which when enabled will report thecortex_ruler_query_seconds_total
as a per-user metric that tracks the sum of the wall time of executing queries in the ruler in seconds. Add a new config and metric for reporting ruler query execution wall time. #4317cortex_query_fetched_series_total
andcortex_query_fetched_chunks_bytes_total
per-user counters to expose the number of series and bytes fetched as part of queries. These metrics can be enabled with the-frontend.query-stats-enabled
flag (or its respective YAML config optionquery_stats_enabled
). Add per-user query metrics for series and bytes returned #4343status
to metriccortex_distributor_ingester_append_failures_total
Send new label 'status' for ingester failures #4442present_over_time
PromQL function, also some TSDB optimisations. Update Thanos to v0.19.1-0.20210923155558-c15594a03c45. #4505-distributor.ring.heartbeat-timeout
-ring.heartbeat-timeout
-ruler.ring.heartbeat-timeout
-alertmanager.sharding-ring.heartbeat-timeout
-compactor.ring.heartbeat-timeout
-store-gateway.sharding-ring.heartbeat-timeout
-distributor.ring.heartbeat-period
-ingester.heartbeat-period
-ruler.ring.heartbeat-period
-alertmanager.sharding-ring.heartbeat-period
-compactor.ring.heartbeat-period
-store-gateway.sharding-ring.heartbeat-period
-memberlist.compression=enabled
. Expose configuration of memberlist packet compression. #4346/labels
API calls include matchers, blocks store is queried forLabelNames
with matchers instead ofSeries
calls which was inefficient. Upgrade Prometheus to LabelNames with matchers #4380-server.http-listen-network
and-server.grpc-listen-network
allow binding as 'tcp4' or 'tcp6'. Chore: Upgrade weaveworks/common #4462auto-discovery
flag, introduced by thanos in query: add memcached autodiscovery support thanos-io/thanos#4487. Both AWS and Google Cloud memcached service support auto-discovery, which returns a list of nodes of the memcached cluster. add memcached auto-discovery support from thanos #4412-compactor.deletion-delay / 2
period as eligible for compaction. Don't try to compact blocks marked for deletion. #4328cortex_ruler_queries_failed_total
. Fix ruler query failure reporting #4335-ingester.heartbeat-period=0
and-ingester.unregister-on-shutdown=false
. Fix Ingesters unable to re-join the cluster thenunregister_on_shutdown=false
+-ingester.heartbeat-period=0
#4366-distributor.shard-by-all-labels=false
. fix querier panics when query exemplars #4473nil
SelectHints are passed to Select(). [querier] honor querier mint,maxt if no SelectHints are passed to Select #4413This discussion was created from the release Cortex 1.11.0.
Beta Was this translation helpful? Give feedback.
All reactions