Forum Discussion

simon's avatar
simon
Puritan
3 years ago

gajanan.mudaliar we are looking to add this monitoring

gajanan.mudaliar we are looking to add this monitoring capability into our OpenMetrics exporter
  • jlaing Yes I was looking for these alerts configuration. Some of the other alerts I have configured are as follows: ```- name: purestorage_rules rules: - record: purefa_pod_performance_bandwidth_Mbytes expr: purefa_pod_performance_bandwidth_bytes / 1048576 labels: severity: warning - record: purefa_pod_performance_latency_msec expr: purefa_pod_performance_latency_usec / 1000 labels: severity: warning - record: purefa_volume_performance_latency_msec expr: purefa_volume_performance_latency_usec / 1000 labels: severity: warning - alert: ActiveClusterPodPerformanceBWCalc. expr: purefa_pod_performance_bandwidth_Mbytes{dimension="mirrored_write_bytes_per_sec"} > 1024 for: 5m labels: severity: warning annotations: description: "ActiveCluster Sync Replication mirrored write throughput is high" summary: "The ActiveCluster Sync replication mirrored write throughput is more than 1GB/s the actual value is {{ $value }}." - alert: ActiveClusterReplicationDelayed expr: purefa_pod_performance_latency_msec{dimension="service_usec_per_mirrored_write_op"} > 10 for: 5m labels: severity: warning annotations: description: "The ActiveCluster replication is delayed by more than 10msecs." summary: "ActiveCluster Pod Replication Delayed over 10msecs Mirrored Writes" - alert: VolumePerformanceLatencyMirroredWrite expr: purefa_volume_performance_latency_msec{dimension="service_usec_per_mirrored_write_op"} > 10 for: 5m labels: severity: warning annotations: summary: "Sync Volume Mirrored latency warning on {{ $labels.name }}" description: "Sync Volume Mirrored Writes latency warning on Volume: {{ $labels.name }} has a latency of {{ $value }}msecs"```
  • I'm curious, which version of the OpenMetrics Exporter are you using with that config?