Russell Gold
Russell Gold
This is now in main
I see 31 existing failures - I presume that the cluster changes broke the integration tests?
> I see 31 existing failures - I presume that the cluster changes broke the integration tests? No, it turns out to have been a JSON serialization issue. I have...
If it were logged, it would appear every time you do a query, which would likely overload the server log. It might be possible to cache them and avoid duplicates,...
The first thing I would try is to look at the "messages" page. It is not linked, but you can find it at http:/messages (as opposed to http:/metrics, which is...
There are also samples in the project, such as https://github.com/oracle/weblogic-monitoring-exporter/tree/master/samples/kubernetes/end2end/grafana
Is WLS deployed _inside_ Docker on port 7001 at that host name? If it is only accessible on your local machine, the exporter will not be able to reach it....
I've just noticed that you're using the url http://slave:9010/configuration, but you say that WLS is available at a different name. You need to use a name that both your curl...
Have you tried running on a managed server? The exporter is not designed to run on the admin server. I don't really understand why that would result in this error,...
And thanks to both of you for finding that. I am going to see what I can do to have the exporter detect the problem so that it can at...