Replies: 1 comment 1 reply
-
|
weaveworks/common is still using gokit/kit/log. |
Beta Was this translation helpful? Give feedback.
1 reply
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-querypreviously 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_byteshas 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_totalhas been renamed todeprecated_flags_inuse_totalas part of using grafana/dskit functionality. Use flagext module from grafana/dskit #4443-ruler.query-stats-enabledwhich when enabled will report thecortex_ruler_query_seconds_totalas 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_totalandcortex_query_fetched_chunks_bytes_totalper-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-enabledflag (or its respective YAML config optionquery_stats_enabled). Add per-user query metrics for series and bytes returned #4343statusto metriccortex_distributor_ingester_append_failures_totalSend new label 'status' for ingester failures #4442present_over_timePromQL 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/labelsAPI calls include matchers, blocks store is queried forLabelNameswith matchers instead ofSeriescalls which was inefficient. Upgrade Prometheus to LabelNames with matchers #4380-server.http-listen-networkand-server.grpc-listen-networkallow binding as 'tcp4' or 'tcp6'. Chore: Upgrade weaveworks/common #4462auto-discoveryflag, 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 / 2period 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=0and-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 #4473nilSelectHints 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-rc.0.
Beta Was this translation helpful? Give feedback.
All reactions