You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4594 Reloader: Expose metrics in config reloader to give info on the last operation.
#4619 Tracing: Added consistent tags to Series call from Querier about number important series statistics: processed.series, processed.samples, processed.samples and processed.bytes. This will give admin idea of how much data each component processes per query.
#4623 Query-frontend: Make HTTP downstream tripper (client) configurable via parameters --query-range.downstream-tripper-config and --query-range.downstream-tripper-config-file. If your downstream URL is localhost or 127.0.0.1 then it is strongly recommended to bump max_idle_conns_per_host to at least 100 so that query-frontend could properly use HTTP keep-alive connections and thus reduce the latency of query-frontend by about 20%.
#4519 Query: Switch to miekgdns DNS resolver as the default one.
#4586 Update Prometheus/Cortex dependencies and implement LabelNames() pushdown as a result; provides massive speed-up for the labels API in Thanos Query.
#4421: breaking ⚠️: --store (in the future, to be renamed to --endpoints) now supports passing any APIs from Thanos gRPC APIs: StoreAPI, MetadataAPI, RulesAPI, TargetsAPI and ExemplarsAPI (in oppose in the past you have to put it in hidden --targets, --rules etc flags). --store will now automatically detect what APIs server exposes.
This discussion was created from the release v0.23.0-rc.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Added
thanos bucket web
: Add flag--selector.relabel-config-file
/--selector.relabel-config
/--max-time
/--min-time
to filter served blocks.http_config
option for COS object store client.duration_ms
in int64 to the logs for easier log filtering.compact.skip-block-with-out-of-order-chunks
to skip blocks with out-of-order chunks during compaction instead of halting.Baidu BOS
object storage, see documents for further information.thanos_compact_downsample_duration_seconds
histogram metric.processed.series
,processed.samples
,processed.samples
andprocessed.bytes
. This will give admin idea of how much data each component processes per query.--query-range.downstream-tripper-config
and--query-range.downstream-tripper-config-file
. If your downstream URL is localhost or 127.0.0.1 then it is strongly recommended to bumpmax_idle_conns_per_host
to at least 100 so thatquery-frontend
could properly use HTTP keep-alive connections and thus reduce the latency ofquery-frontend
by about 20%.Fixed
Changed
--store
(in the future, to be renamed to--endpoints
) now supports passing any APIs from Thanos gRPC APIs: StoreAPI, MetadataAPI, RulesAPI, TargetsAPI and ExemplarsAPI (in oppose in the past you have to put it in hidden--targets
,--rules
etc flags).--store
will now automatically detect what APIs server exposes.This discussion was created from the release v0.23.0-rc.0.
Beta Was this translation helpful? Give feedback.
All reactions