Service monitor
Supported Configurations
Running the control plane as a container with:
Enable serviceMonitor when you are using the Prometheus Operator to monitor your vCluster instance. Prometheus handles scraping & aggregating metrics (in the case of high availability), and provides a query engine. Visualization tools such as Grafana can then use Prometheus as a data source to graph / monitor / alert the vCluster control plane.
When enabled, vCluster exposes metrics over HTTPS at a /metrics endpoint.
Config reference
serviceMonitor object
ServiceMonitor can be used to automatically create a service monitor for vCluster deployment itself.
serviceMonitor object enabled boolean false
Enabled configures if Helm should create the service monitor.
enabled boolean false labels object {}
Labels are the extra labels to add to the service monitor.
labels object {} annotations object {}
Annotations are the extra annotations to add to the service monitor.
annotations object {}