An open API service indexing awesome lists of open source software.

https://github.com/guycole/elder-kettle

demonstration prometheus client in go (deploys to k8s)
https://github.com/guycole/elder-kettle

golang kubernetes prometheus prometheus-client

Last synced: 7 months ago
JSON representation

demonstration prometheus client in go (deploys to k8s)

Awesome Lists containing this project

README

          

# elder-kettle
Demonstrate use of prometheus client with gorilla mux within kubernetes

Updates random gauge (guy_random) value every 3 seconds.

This also demonstrates a PodMonitor which works with kube-promethues.

Thank you [Stack Overflow](https://stackoverflow.com/questions/76614905/how-to-debug-podmonitor-generated-rules)