You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIrst, I really appreciate you putting this repo together! I had some challenges getting the metrics from this container into my k8s based prometheus. I could curl the service and it was working fine but not showing up in prometheus.
After much searching found out you have to annotate your deployments for prometheus to discover them. I'm pasting my simple example below in hopes you can include this type of info in your README.md Perhaps this is common knowledge but my sense is this would help noobs like me get working faster.
FIrst, I really appreciate you putting this repo together! I had some challenges getting the metrics from this container into my k8s based prometheus. I could curl the service and it was working fine but not showing up in prometheus.
After much searching found out you have to annotate your deployments for prometheus to discover them. I'm pasting my simple example below in hopes you can include this type of info in your README.md Perhaps this is common knowledge but my sense is this would help noobs like me get working faster.
Deployment.yaml
service.yaml
The text was updated successfully, but these errors were encountered: