weblogic-monitoring-exporter
                                
                                 weblogic-monitoring-exporter copied to clipboard
                                
                                    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)
Hi I am trying to get deployment status from all my deployments using the following config.yml - see the relevant snippet componentRuntimes: type: WebAppComponentRuntime prefix: wls_webapp_config_ key: name values: [deploymentState,...
Hi, I have deployed wls-exporter on a weblogic 12.2.1.4 domain running as Container on Docker 19.03.8. Downloaded wls-exporter 1.2 from Github . Executed get1.2.0.sh script and packed config.yml in war...
When accessing my weblogic monitoring exporter endpoint via HTTP I'm getting a larger set of metrics than when I access via HTTPs. Number of metrics returned via HTTP: 1184 Number...
would it be possible to publish the war into a maven repository please?
Hi, We are trying to export metrics from our own application. In jConsole they show up like E.g. MyDomain -> monitoring -> MyApp.session.average.time MBeanInfo : ObjectName : MyDomain Name=MyApp.session.average.time type=monitoring...
``` metricsNameSnakeCase: true queries: - key: name keyName: location prefix: wls_server_ applicationRuntimes: key: name keyName: app componentRuntimes: type: WebAppComponentRuntime prefix: webapp_config_ key: name values: [status] - JDBCServiceRuntime: JDBCDataSourceRuntimeMBeans: prefix: jdbc_...
Hello, first of all thank you for your work on this project. I just wanted to ask (or propose) if there could be an alternative way to list possible fetchable...
I successfully deployed metrics' exporter in my weblogic server. I connected it with my prometheus but I can't find working grafana dashboards for weblogic. I tried to use this "weblogic-monitoring-exporter/samples/kubernetes/end2end/grafana/dashboard.json"...
Allow for polling of "state" (ex.: "RUNNING") and "overallHealthState:state" (ex.: "ok") to values which can be reported/gathered by prometheus (Ex.: 1 = RUNNING; 2 = WARNING; 3 = STOPPED). This...
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10. Release notes Sourced from gson's releases. Gson 2.10 Most important changes Support for serializing and deserializing Java records, on Java ≥ 16. (#2201) Add...