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

No "http_status" metrics #114

Closed vigohe closed 3 years ago

vigohe commented 3 years ago

version: Kong Enterprise 2.1.3.1

I installed the plugin like this

curl -X POST http://<admin-hostname>:8001/plugins/ \
    --data "name=prometheus" 

I see metrics but not http_status

Do I need to do something else to enable it ????

vigohe commented 3 years ago

to enable it ? do you need to do it per service ?