weblogic-monitoring-exporter icon indicating copy to clipboard operation
weblogic-monitoring-exporter copied to clipboard

WebLogic Monitoring Exporter exposes metrics and monitoring data through REST APIs for consumption by other tools (e.g. Prometheus)

Results 55 weblogic-monitoring-exporter issues
Sort by recently updated
recently updated
newest added

If i put the config.yml in the war file with the get2.0.sh script. Then i deploy it. The exporter is only displaying Admin Server Metrics. for example i am getting...

help wanted

There are other Mbeans that contain information that would be great to exported. This could be done using the rest api url path. Also this would offer support for application...

enhancement

There should be a way to get the version of the Exporter itself, maybe a metric... We are running 2.0.3 and upgradung to 2.0.4 and some are out of sync...

enhancement

` Root cause of ServletException. java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) WatchRule: (log.severityString == 'Error') and ((log.messageId == 'WL-101020') or (log.messageId == 'WL-101017')...

bug

Exception from wls-exporter - we use prometheus to scrape the wls servers for metrics - we see this exception repeatedly in one of wls servers in a production instance. So...

bug

Hi, I am tryiing to setup Prometheus monitoring for Weblogic 12c cluster environment. I am able to deploy the wls-exporter successfully and able to see the landing page also but...

bug

hi, is this possible to configure query to serverConfig ? I need "maxCapacity" value from management/weblogic/latest/serverConfig/JDBCSystemResources/ds_name/JDBCResource/JDBCConnectionPoolParams Thanks

enhancement

We have 2 WebLogic 12.2.1.3 servers, that we believe are identical. But on freshly deployed wls-exporter.war with same configuration server1 is showing needed allmetrics, while server2 has error in datasource...

enhancement

**Context:** In our production environment, due to some issue(s) at the WLS end, the web logic exporter is taking forever returning results for /metrics query. **Expectation:** The wls exporter should...

bug

With multiple different Linux servers running WebLogic managed servers (within the same WebLogic domain); we have prometheus making https calls to collect metrics. When prometheus makes the calls, we find...

bug