Kong / kong-plugin-prometheus

Prometheus plugin for Kong - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Apache License 2.0
119 stars 57 forks source link

Handle stream metrics #100

Closed javierguerragiraldez closed 3 years ago

javierguerragiraldez commented 4 years ago

Same idea as #44: add an internal endpoint to expose the streaming module metrics. "public" endpoint pulls from the other one, to avoid user-visible change.

Requires the "streaming api" feature of Kong/kong#6374 inter-module RPC feature of Kong/kong#6552