Description
Hi, we are unable to get the expected metrics from the documentation: akv2k8s_syncs_total and akv2k8s_syncs_failed_total for the controller.
How to replicate:
- Enable global metrics in helm chart
- Verify metrics enable by describing pods
- Check service port
- Deploy curl pod
- Exec into curl pod
- run curl -v -k http://akv2k8s-controller.akv2k8s:9000/metrics
- The two metrics below are not showing the output
- akv2k8s_syncs_total # total number of syncs
- akv2k8s_syncs_failed_total # total number of sync failures