nijikokun / kong-plugin-prometheus

Kong plugin that enables an endpoint for Prometheus to access and obtain Kong metrics
Apache License 2.0
2 stars 1 forks source link

Kong Prometheus Plugin

Tracks internal kong metrics and exposes a prometheus endpoint on the Admin API to be scraped by a Prometheus Collector.

Usage

$ curl -X POST http://localhost:8001/plugins -d "name=prometheus"

Now kong will track and monitor metrics across all apis and consumers.

You can view these metrics by going to:

http://localhost:8001/prometheus/metrics

Metrics tracked

Special Thanks

Todo