Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fpapadopou/nginx-proxy-metrics

Demonstrates how prometheus metrics can be gathered from an nginx-proxied app.
https://github.com/fpapadopou/nginx-proxy-metrics

docker golang kubernetes nginx-proxy prometheus-exporter

Last synced: about 1 month ago
JSON representation

Demonstrates how prometheus metrics can be gathered from an nginx-proxied app.

Awesome Lists containing this project

README

        

# nginx-proxy-metrics

This is an example of how nginx can be used as a proxy for another web app,
while at the same time gathering metrics (such as `request latency`, or `rps`) from the proxy with a prometheus exporter.