Grafana: add basic API Server graphs #546
Labels
area/operations
Installation, updating, metrics etc
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
Milestone
QPS per resource type/verb:
sum(rate(apiserver_request_count[5m])) by (resource,verb)
Latency percentiles for key resource types:
apiserver_request_latencies_summary{resource=~"gameservers|fleets|pods",verb!~"WATCH|LIST",quantile="0.5"}
Error rates:
sum(rate(apiserver_request_count{code!~"2.."}[5m])) by (code)
Perhaps with a nice drop-down to allow narrowing it down by "resource" for common resource types (fleets, gameservers, pods, etc.)
The text was updated successfully, but these errors were encountered: