Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kong 0.13 compatibility #13

Open
yciabaud opened this issue May 17, 2018 · 5 comments
Open

Kong 0.13 compatibility #13

yciabaud opened this issue May 17, 2018 · 5 comments
Milestone

Comments

@yciabaud
Copy link
Owner

The plugin has been tested with kong 0.11 and is not compatible with kong 0.13 for now.

@yciabaud yciabaud added this to the v0.2.0 milestone May 17, 2018
@jayhding
Copy link
Contributor

I was about to give it a try :) how about Kong 0.12, any issue you saw?

@yciabaud
Copy link
Owner Author

0.12 should be OK regarding the release notes but I did not try it myself.
Let us know if you get to make it work on 0.12

@jayhding
Copy link
Contributor

jayhding commented Jun 5, 2018

@yciabaud I just upgraded Kong to v0.12.3 and the plugin works fine

@yciabaud
Copy link
Owner Author

yciabaud commented Jun 6, 2018

Thanks for letting us know, that's good news!

@rgfretes
Copy link

rgfretes commented Oct 1, 2019

Hi, I've install it on 0.12.0 and it doesn't work. response to kong:8001/prometheus/metrics :
{ message: "Not found" }

response from admin endpoint /
version: "0.12.0", plugins: { enabled_in_cluster: [ "cors", "request-transformer", "response-transformer", "statsd", "prometheus" ], ...

Install steps in Kong docker :

yum -y install gcc unzip
luarocks install kong-plugin-prometheus
curl -X POST http://kong:8001/plugins --data "name=prometheus"
any ideas ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants