Hi folks,
I have the unpleasant task of scraping a remote WebLogic 12 server
* The WebLogic server is not operated by us and at a remote site so using the Java Agent is not an option
* I do know that JMX can be consumed (as it is done by another application)
* I need to use "t3s" protocol and added "wlthint3client.jar" to the class path to support that
* I think I left the happy path already by using WebLogic & jmx_prometheus_httpserver
Current state
* Playing around with the required system properties but getting strange error messages (sort of expected)
* I'm digging deeper this week
Question
* Is anyone running WebLogic 12 & T3S & jmx_prometheus_httpserver successfully?
* If so I would be really interested in the system properties and connection parameter of a working solution :-)
Thanks in advance,
Siegfried Goeschl