Closed knechtionscoding closed 3 years ago
Howdy @KnechtionsCoding
Thanks for your issue + all the details. This is super helpful.
I do know what the problem is :-( It's the same as #215 - This plugin had to do a complete rewrite @ 7.10.0 because the Kibana team broken backward compatibility without warning - which is fine I suppose. I can imagine this is the only plugin that actually uses the stats APIs outside of Kibana itself.
I will try to find the time to rewrite a fix for it in the next couple of days.
Good to know that I wasn't just doing something wrong!
No super rush, I'll keep an eye on this ticket and wait for you to finish it up.
This should be fixed now @KnechtionsCoding! Apologies for the delay - life has been busy https://github.com/pjhampton/kibana-prometheus-exporter/commit/6a9a066bb390df01757c49f4c731b709a65f64d3#diff-8885c91b939c521c41b1df64d6048a6f5ef31e7776088c7fc45f09dc616c721bR3
If you try to install 7.10.0 again it should be fixed. Let me know if you are having any other issues
Installing the plugin and running in K8s I'm getting an internal 500 when trying to hit /_prometheus/metrics I'm using SSO, but I've validated that the behavior exists whether I use direct authentication or sso, and I've validated that I have valid SSO credentials at the time of hitting the endpoint.
Dockerfile
Kibana config
Error message:
{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred."}
Kibana Error message:
Start up log showing the kibanaPrometheusExporter installed
Curious what I might be doing wrong