mittwald / kubernetes-replicator

Kubernetes controller for synchronizing secrets & config maps across namespaces
Apache License 2.0
866 stars 100 forks source link

Publish controller and application specific metrics #340

Open Adityashar opened 2 months ago

Adityashar commented 2 months ago

Is your feature request related to a problem? Please describe. We are making use of kubernetes-replicator on our Kubernetes platform and we need to set up SLOs based on the metrics generated by this application. However, currently no metrics are published by the same.

Describe the solution you'd like Simple controller metrics such as controller_runtime_reconcile_total and controller_runtime_reconcile_errors_total. Along with these, maybe application functionality based metrics as well such replication_count_total and replication_errors_total with labels such as kind, resource_name etc