Skip to content

Commit

Permalink
docs: completion of k8s jobs metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow committed Jan 3, 2024
1 parent cac82cf commit b7358fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/querying-prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,10 @@ sum(
*
100
```

### Kubernetes Jobs

#### Count of completed QueryService Jobs
```promql
sum(kube_job_status_succeeded{namespace="qs-jobs", cluster="wbaas-3"})
```

0 comments on commit b7358fc

Please sign in to comment.