Yi Jin
Yi Jin
hi @klauspost, Just want to report a weird panic issue from a consumer project of this fancy repo (stack traces included). https://github.com/thanos-io/thanos/issues/6942, we've seen s2/writer panic with latest go runtime...
**Thanos, Prometheus and Golang version used**: * v0.31.0 --> v0.32.4 **Object Storage Provider**: AWS s3 **What happened**: We used k8s and assume role for accessing AWS s3, it worked fine...
**Thanos, Prometheus and Golang version used**: Thanos Version: 0.32.4/0.32.5 Golang Version: go1.21.3 **Object Storage Provider**: AWS S3 **What happened**: Thanos Receive with route only mode panic frequently, the setup of...
…amlStream to match official jsonnet doc ### Purpose This PR creates a flag documented in jsonnet official site std library: https://jsonnet.org/ref/stdlib.html for function `manifestYamlDoc` and `manifestYamlStream`, it will allow us...
Hi Team, We are experimenting with thanos' promql engine and found this error when thanos receive started to ingest data for around 10 mins: ``` receive "--query.promql-engine=thanos", ``` ``` panic:...
Hi Team, We've been enabled OOO for a few months, and started to see a weird behavior that when 1 or 2 pods have compaction failures, the query returns irrelevant...
Thanos Compactor contains a lot of duplicated blocks, they are different TSDB blocks with same data but different ULID, we only have 1 compactor to do the compaction work. One...