Hi there, I started using this project recently so I decided to contribute support for the Prometheus Operator. This change only affects the Helm chart, but allows seamless integration for people using Kubernetes and the Prometheus Operator.
Setting serviceMonitor.enabled: true creates a serviceMonitor resource which makes Prometheus start scraping the exporter.
Setting prometheusRules.enabled: true adds some basic Prometheus alerting rules which alert on high latency or high packet loss.
This is tested & working on my Prometheus Operator stack.
Do you need me to bump the chart version before you merge?
Hi there, I started using this project recently so I decided to contribute support for the Prometheus Operator. This change only affects the Helm chart, but allows seamless integration for people using Kubernetes and the Prometheus Operator.
Setting
serviceMonitor.enabled: true
creates a serviceMonitor resource which makes Prometheus start scraping the exporter.Setting
prometheusRules.enabled: true
adds some basic Prometheus alerting rules which alert on high latency or high packet loss.This is tested & working on my Prometheus Operator stack.
Do you need me to bump the chart version before you merge?