-
dyrnq updated
1 month ago
-
**Describe the bug**
We have loki running in simple scalable mode in AWS EKS cluster with 2.8.2 version. Storage format taken is boltDB shipper form. I want to migrate it to TSDB form with object st…
-
### Description
In [PromQL](https://prometheus.io/docs/prometheus/latest/querying/operators/#aggregation-operators) you can write:
```
sum without (instance) (http_requests_total)
```
In our world t…
-
2024-11-18 00:36:19.806 [destination =xxxxxx , address = /xxxxx EventParser] ERROR com.alibaba.otter.canal.common.alarm.LogAlarmHandler - destination:dl_dljt_luxi[com.alibaba.otter.canal.parse.excepti…
-
### What did you do?
Initially, I thought this was an issue on my end, because I mistakenly upgraded from Prometheus v2.54.1 to Prometheus 3.0.0 (skipping Prometheus 2.55.0, [which was called out i…
cxdy updated
15 hours ago
-
### Proposal
I am specifically talking about this interface https://github.com/prometheus/prometheus/blob/e1b708200853371517480176da0a03437b3bb2c2/storage/interface.go#L219
With every new data t…
-
**Describe the feature:**
In TSDB every metric is associated to all other dimensions by default.
While this might be useful to understand what are available dimensions, the relationship between …
-
**Thanos, Prometheus and Golang version used**: 0.36.1
**Object Storage Provider**: Azure
**What happened**: Recently we migrated from hard-tenancy to soft-tenancy. This means we wen…
-
As observed on `drt-large` it can be confusing to users if they encounter unavailable ranges on a cluster which houses region survivable databases (which default to RF=5), when less than 3 nodes have …
-
### Problems
When querier selects series from a TSDB block using label matchers, it calls `PostingsForMatchers` method to fetch postings of each matcher and intersect/merge those postings to get a …