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

https://github.com/bwplotka/prom-source-http

Simple dynamic file content serving HTTP server.
https://github.com/bwplotka/prom-source-http

Last synced: 7 months ago
JSON representation

Simple dynamic file content serving HTTP server.

Awesome Lists containing this project

README

          

# prom-source-http

An HTTP server which serves content of the file for further use by Prometheus.
For that use GET `/_metrics`

It can also fetch Prometheus text-formatted (*.prom) endpoint and dump the result as JSON.
For that use GET `/_metrics.json?url=`

Use `prom-source-http --help` for details.