Are there any tools to export weblogic statistics to prometheus?

705 Views Asked by At

Wanted to know if there are any libraries/tools/APIs to export weblogic statistics to prometheus and further to grafana for monitoring purpose.

2

There are 2 best solutions below

0
Emmanuel Collin On

weblogic-monitoring-exporter from Oracle's GitHub Repository

0
I-Kod On

With the older version of the weblogic wlst does provide the metrics. WLST is weblogic scripting tool.

Following things you can do:

  1. Connect to wls server with wlst and write data into the file. Could be the log.
  2. Use MTAIL tool to get the data (time-series)etc from parsing the log file.

References:

https://github.com/google/mtail

https://www.middlewareinventory.com/blog/monitor-weblogic-stuck-threads-wlst-script/