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.
fpapadopou/nginx-proxy-metrics
Demonstrates how prometheus metrics can be gathered from an nginx-proxied app.
Go