Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Examples of adding Prometheus Monitoring to your Golang applications 📈

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