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
- Host: GitHub
- URL: https://github.com/betrcode/prometheus-json-exporter-tutorial
- Owner: betrcode
- Created: 2023-01-21T13:17:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T13:32:12.000Z (over 3 years ago)
- Last Synced: 2025-06-01T15:27:40.597Z (about 1 year ago)
- Topics: docker-compose, json, prometheus, prometheus-exporter
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)