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 * I found https://github.com/javafuns/weblogic_prometheus_jmx_exporter/blob/master/WEBLOGIC_README.md and a couple of references but they are all old 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 -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/eab28d92-2b18-43d0-a70e-ea797e98ceda%40googlegroups.com.

