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)
- Host: GitHub
- URL: https://github.com/guycole/elder-kettle
- Owner: guycole
- Created: 2022-03-31T20:03:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T17:53:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T23:48:55.804Z (11 months ago)
- Topics: golang, kubernetes, prometheus, prometheus-client
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)