Skip to content

Commit

Permalink
add new metrics for performance alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-rahulshetty committed Jan 8, 2025
1 parent f9110b4 commit a12f555
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ spec:
- '{__name__="container_cpu_usage_seconds_total", namespace="release-service"}'
- '{__name__="container_memory_usage_bytes", namespace="release-service"}'
- '{__name__="kube_pod_container_resource_limits", namespace="release-service"}'
- '{__name__="etcd_disk_wal_fsync_duration_seconds_bucket"}'
- '{__name__="etcd_disk_backend_commit_duration_seconds_bucket"}'
- '{__name__="etcd_server_proposals_failed_total"}'
- '{__name__="etcd_network_peer_round_trip_time_seconds_bucket"}'
- '{__name__="kube_job_spec_completions"}'
- '{__name__="kube_job_status_succeeded"}'
- '{__name__="kube_job_status_failed"}'
- '{__name__="node_cpu_seconds_total", mode="idle"}'
- '{__name__="node_memory_MemTotal_bytes"}'
- '{__name__="node_memory_MemAvailable_bytes"}'

relabelings:
# override the target's address by the prometheus-k8s service name.
Expand Down

0 comments on commit a12f555

Please sign in to comment.