Skip to content

Commit

Permalink
Merge branch 'master' into issue-384
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuchalla authored Aug 22, 2023
2 parents 8984034 + ff6f42f commit 0c9c91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/kube-burner/ocp-config/metrics-aggregated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
- query: sum(kube_node_status_condition{status="true"}) by (condition)
metricName: nodeStatus

- query: count(kube_replicaset_labels{})
metricName: replicaSetCount
instant: true

# Prometheus metrics

- query: openshift:prometheus_tsdb_head_series:sum{job="prometheus-k8s"}
Expand Down
4 changes: 4 additions & 0 deletions cmd/kube-burner/ocp-config/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
- query: sum(kube_node_status_condition{status="true"}) by (condition)
metricName: nodeStatus

- query: count(kube_replicaset_labels{})
metricName: replicaSetCount
instant: true

# Prometheus metrics

- query: openshift:prometheus_tsdb_head_series:sum{job="prometheus-k8s"}
Expand Down

0 comments on commit 0c9c91d

Please sign in to comment.