Support Prometheus metrics
Today, only the network-mapper exposes Prometheus metrics (default Golang metrics as well as custom metrics).
Proposal: Expose Prometheus default Golang metrics as well as custom metrics, such as secret created, updated, and so on.
Can I try this? Also, can you specify all the required metrics that need to be added?
Additionally, can you clarify in which file we create and update the secret? I tried to find out, but I found the logs in both managers.go as well as base.go files. I will also be going through the codebase thoroughly.
Hey @srijan-keshri, of course! This issue was created at a time when the credentials operator had only one set of secrets, but now it's a lot more mature :) How about we start with just the default Golang metrics, and in the meantime we'll work on compiling a list of all other metrics?