Metrics
MijnBureau provides built-in metrics powered by Prometheus. You can enable metrics collection by setting the appropriate options in your MijnBureau configuration file.
To enable metrics, add the following to your configuration:
metric:
enabled: true
If you have the Prometheus Operator installed on your kubernetes cluster, you can automatically collect metrics by enabling additional monitoring options:
serviceMonitor:
enabled: true
prometheusRule:
enabled: true
podMonitor:
enabled: true
For more details about these monitors, refer to the Prometheus Operator documentation.
Our software is tested on HavenPlus compliant clusters, which you can use as a reference for your own setup.