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
A message per each series is logged as a warning everytime empty chunks appear. Given this might generate a lot of logs (one per series) in larger environments and it's not a concern on the Thanos side, should the log level be reduced to debug?
The text was updated successfully, but these errors were encountered:
Versions used: Thanos v0.34.1 - Prometheus v2.46.0
What happened:
I noticed thousands of log lines (one per empty chunk) appearing in our logging system, e.g:
Stale data on the Prometheus side often generates these chunks, which are then ignored when writing the series on the Thanos side during a compaction:
thanos/pkg/compact/downsample/streamed_block_writer.go
Lines 115 to 118 in a97a6ff
What you expected to happen:
A message per each series is logged as a warning everytime empty chunks appear. Given this might generate a lot of logs (one per series) in larger environments and it's not a concern on the Thanos side, should the log level be reduced to debug?
The text was updated successfully, but these errors were encountered: