Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: