grafana / k8s-monitoring-helm

Apache License 2.0
182 stars 72 forks source link

Implement Popeye as part of the K8s Integration #540

Open bentonam opened 4 months ago

bentonam commented 4 months ago

Implement popeye-cli support as part of the k8s app, this would require a cronjob for popeye as well as the prometheus push gateway

petewall commented 4 months ago

My biggest concern is the inclusion of the Pushgateway. I suppose we could include it with this: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway

petewall commented 4 months ago

Need to consider how we would represent this data. Would it show on the k8s monitoring page? which metrics would we use?

bentonam commented 4 months ago

I want to do some more testing with this. But rather than including another chart, I'm wondering if we can get the Alloy team to add a prometheus.exporter.push_gateway component. That we we can use what we already have in place.

petewall commented 4 months ago

Yeah, that would be ideal.