https://github.com/betterstack-community/prometheus-golang
https://github.com/betterstack-community/prometheus-golang
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/prometheus-golang
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-11-21T05:58:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T14:29:33.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:14:41.397Z (over 1 year ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instrumenting Go Application Metrics with Prometheus
**Tutorial**:
[Instrumenting Go Application Metrics with Prometheus](https://betterstack.com/community/guides/monitoring/prometheus-golang-metrics/)
## 🟢 Prerequisites
- Prior Go development experience and a
[recent version](https://go.dev/doc/install) installed.
- Familiarity with [Docker](https://www.docker.com/) and [Docker
Compose][docker-compose-getting-started].
- Basic familiarity with the
[Prometheus metric types](https://betterstack.com/community/guides/monitoring/prometheus-metrics-explained/).
## âš– License
The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)