thanos
thanos copied to clipboard
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
* [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes This is part of the broader work outlined...
## Changes While users can customize the dimensions on which the alert expression operates, the annotation fields were hardcoded with the default dimensions. This change reflects the actual dimensions in...
Users may construct a promQL like `metric{key=~"b|z|..tens of thousands..|a"}` with Grafana variables or code, which is extremely slow. In our environment, the index header is ~99MiB per block, the CPU...
**Thanos, Prometheus and Golang version used**: ``` thanos:v0.25.0 prometheus:v2.32.1 ``` **Object Storage Provider**: alibaba cloud oss **What happened**: I have a querier set up and connected to a remote store...
**Thanos, Prometheus and Golang version used**: Everything up to current master. **Object Storage Provider**: irrelevant here **What happened**: Compactor records its todos in `thanos_compact_todo_compaction_blocks`, `thanos_compact_todo_deletion_blocks` and `thanos_compact_todo_downsample_blocks`. Those metrics are...
Signed-off-by: Srushti Sapkale This PR is a part of implementing granular endpoint configuration Proposal WIP [#5505](https://github.com/thanos-io/thanos/pull/5505/files) * [x] Added `--endpoint.config` flag
Signed-off-by: Srushti Sapkale * [ ] I added CHANGELOG entry for this change. * [x] Change is not relevant to the end user.
part of fixing #1972 * [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes This PR provides two...
**Thanos, Prometheus and Golang version used**: * Thanos: 11.1.0, deployed through [Bitnami helm chart](https://github.com/bitnami/charts/tree/master/bitnami/thanos), quay.io/thanos/thanos:v0.25.2 * Prometheus: 0.57.0 deployed through [kube-prometheus-stack helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) * Grafana: v9.0.1, also through kube-prometheus-stack **Object...
* [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes This PR attempts to address a long-standing...