Skip to content
Discussion options

You must be logged in to vote

Hey @maelamrani - Looking at your etcdctl command it looks like a minor type in your jq filter, for me the correct command was ./etcdctl endpoint status --write-out=json | jq '.[].Status.dbSizeQuota'

{"level":"warn","ts":"2025-05-01T08:44:31.917392+1200","caller":"storage/quota.go:107","msg":"quota exceeds the maximum value","quota-name":"v3-applier","quota-size-bytes":18589934592,"quota-size":"19 GB","quota-maximum-size-bytes":8589934592,"quota-maximum-size":"8.6 GB"}
{"level":"info","ts":"2025-05-01T08:44:31.917478+1200","caller":"storage/quota.go:116","msg":"enabled backend quota","quota-name":"v3-applier","quota-size-bytes":18589934592,"quota-size":"19 GB"} 
 ➜ ./etcdctl endpoint stat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants