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

https://github.com/betrcode/prometheus-json-exporter-tutorial

From a tutorial on how to use json-exporter with Prometheus
https://github.com/betrcode/prometheus-json-exporter-tutorial

docker-compose json prometheus prometheus-exporter

Last synced: about 2 months ago
JSON representation

From a tutorial on how to use json-exporter with Prometheus

Awesome Lists containing this project

README

          

# Json Exporter Prometheus Tutorial

This repo is a based on a tutorial by Hayk Davtyan, https://levelup.gitconnected.com/transforming-remote-json-into-prometheus-metrics-334d772df38a

## How to run

```
docker-compose up
```

## Links

* [Prometheus targets state](http://localhost:9090/targets)
* [Prometheus query UI](http://localhost:9090/graph)
* [Grafana](http://localhost:3000)