Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotwells/prometheus-by-example
Examples of adding Prometheus Monitoring to your Golang applications 📈
https://github.com/scotwells/prometheus-by-example
golang grafana monitoring prometheus
Last synced: 3 months ago
JSON representation
Examples of adding Prometheus Monitoring to your Golang applications 📈
- Host: GitHub
- URL: https://github.com/scotwells/prometheus-by-example
- Owner: scotwells
- Created: 2018-12-17T03:05:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T01:53:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T16:40:48.649Z (3 months ago)
- Topics: golang, grafana, monitoring, prometheus
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 73
- Watchers: 2
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus by Example
This repo contains a collection of prometheus example projects that can be used for reference when adding monitoring
to your existing applications.## Examples
[Job Processor](./job-processor) - Demonstrates how to add basic monitoring when working with a worker based service