Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxxorsid/prometheus-client
A prometheus client implementation with direct instrumentation and a custom collector.
https://github.com/haxxorsid/prometheus-client
docker golang kubernetes prometheus sample-code
Last synced: 5 days ago
JSON representation
A prometheus client implementation with direct instrumentation and a custom collector.
- Host: GitHub
- URL: https://github.com/haxxorsid/prometheus-client
- Owner: haxxorsid
- Created: 2022-06-14T11:38:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T14:40:59.000Z (over 2 years ago)
- Last Synced: 2024-10-31T10:44:13.917Z (about 2 months ago)
- Topics: docker, golang, kubernetes, prometheus, sample-code
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prometheus-Client
### Steps to deploy
1. `docker build -t username/prometheus-client .`
2. `docker push username/prometheus-client:latest`
3. `kubectl create -f deployment.yml`
4. `kubectl create -f service.yml`
5. `kubectl port-forward service/prometheus-client-svc 5555:5555`
5. Open [localhost:5555/metrics](http://localhost:5555/metrics) in the browser