Graph breaks when checking the dashboard in grafana #6387
Unanswered
reewmkkr
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using grafana using thanos, but there is a dot phenomenon on the dashboard as shown in the attached file.
These are the options you use.
prometheus.yaml
args:
- "--storage.tsdb.retention.time=60d"
- "--web.enable-lifecycle"
- "--storage.tsdb.no-lockfile"
- "--storage.tsdb.retention.size=1GB"
- "--storage.tsdb.wal-compression"
- "--storage.tsdb.min-block-duration=100s"
- "--storage.tsdb.max-block-duration=100s"
compactor.yaml
args:
- compact
- --wait
- --wait-interval=30m
- --log.level=debug
- --log.format=logfmt
- --debug.accept-malformed-index
- --retention.resolution-raw=0d
- --retention.resolution-5m=0d
- --retention.resolution-1h=0d
- --delete-delay=1h
- --consistency-delay=30m
- --compact.concurrency=4
- --compact.cleanup-interval=0s
- --compact.progress-interval=5m
- --downsample.concurrency=1
- --downsampling.disable`
store-gateway.yaml
args:
- store
--chunk-pool-size=2GB
--consistency-delay=0s
--data-dir=/data
- --ignore-deletion-marks-delay=10m
- --index-cache-size=2GB
- --log.level=debug
- --log.format=logfmt
- --objstore.config=$(OBJSTORE_CONFIG)
- --sync-block-duration=5s
- --store.enable-index-header-lazy-reader
Beta Was this translation helpful? Give feedback.
All reactions