Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fpapadopou/nginx-proxy-metrics
- Owner: fpapadopou
- Created: 2019-11-03T17:04:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T18:40:46.000Z (about 5 years ago)
- Last Synced: 2024-05-28T20:00:50.210Z (6 months ago)
- Topics: docker, golang, kubernetes, nginx-proxy, prometheus-exporter
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.