Skip to content

Commit

Permalink
Updated queries and binary
Browse files Browse the repository at this point in the history
Signed-off-by: Kedar Vijay Kulkarni <[email protected]>
  • Loading branch information
Kedar Vijay Kulkarni committed Nov 18, 2021
1 parent 8b02c18 commit d23ba48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
Binary file modified bin/cpa
Binary file not shown.
21 changes: 13 additions & 8 deletions config/queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@
val: nil
threshold: 4 # GiB
operator: lte
# - query: 'max(container_runtime_crio_containers_oom_total)'
# watchFor:
# key: nil
# val: nil
# threshold: 3
# operator: lt

# Metrics of Interest: ovnkube_master_requeue_service_total, ovnkube_master_skipped_nbctl_daemon_total, ovnkube_master_sync_service_total, ovnkube_master_ovn_cli_latency_seconds_sum
- query: 'max(container_runtime_crio_containers_oom_total)'
watchFor:
- key: nil
val: nil
threshold: 3
operator: lt
- query: 'max(ovnkube_master_skipped_nbctl_daemon_total)'
watchFor:
- key: nil
val: nil
threshold: 3
operator: lt
# Metrics of Interest: ovnkube_master_requeue_service_total, ovnkube_master_skipped_nbctl_daemon_total, ovnkube_master_sync_service_total, max(ovnkube_master_ovn_cli_latency_seconds_count) by (command)
# max(ovnkube_master_pod_creation_latency_seconds_bucket), ovnkube_master_workqueue_depth, max(ovnkube_master_workqueue_retries_total),ovnkube_node_cni_request_duration_seconds_count

0 comments on commit d23ba48

Please sign in to comment.