Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nszilard/prometheus-custom-metrics
Simple repository to showcase a possible way to implement custom Prometheus metrics for a Go application
https://github.com/nszilard/prometheus-custom-metrics
chi-router go metrics middleware monitoring prometheus swagger
Last synced: 7 days ago
JSON representation
Simple repository to showcase a possible way to implement custom Prometheus metrics for a Go application
- Host: GitHub
- URL: https://github.com/nszilard/prometheus-custom-metrics
- Owner: nszilard
- License: mit
- Created: 2020-07-29T13:37:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T16:08:39.000Z (5 months ago)
- Last Synced: 2024-06-24T18:05:18.657Z (5 months ago)
- Topics: chi-router, go, metrics, middleware, monitoring, prometheus, swagger
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prometheus Custom Metrics
This repository demonstrates a potential implementation of custom Prometheus metrics for Go applications as well as the usage in a middleware setup.
> **Note:**
> This is just an example, you should probably tailor this to your needs before lunching it in production :wink: