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

We need to be able to expose the "State" of a given datasource in a managed server. As the WebLogic MBean fields that were string types were skipped by default...

Bumps helidon-maven-plugin from 2.3.5 to 3.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.helidon.build-tools:helidon-maven-plugin&package-manager=maven&previous-version=2.3.5&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
OCA Verified

Bumps helidon-dependencies from 3.0.0 to 3.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.helidon:helidon-dependencies&package-manager=maven&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
OCA Verified

Bumps [maven-plugin-api](https://github.com/apache/maven) from 3.8.5 to 3.8.6. Release notes Sourced from maven-plugin-api's releases. 3.8.6 What's Changed [MNG-7441] 3.8.x Update version of logback by @​cstamas in apache/maven#708 [MNG-7432] Resolver session contains non-MavenWorkspaceReader...

dependencies
OCA Verified

Bumps [maven-model](https://github.com/apache/maven) from 3.8.5 to 3.8.6. Release notes Sourced from maven-model's releases. 3.8.6 What's Changed [MNG-7441] 3.8.x Update version of logback by @​cstamas in apache/maven#708 [MNG-7432] Resolver session contains non-MavenWorkspaceReader...

dependencies
OCA Verified

Bumps [maven-artifact](https://github.com/apache/maven) from 3.8.5 to 3.8.6. Release notes Sourced from maven-artifact's releases. 3.8.6 What's Changed [MNG-7441] 3.8.x Update version of logback by @​cstamas in apache/maven#708 [MNG-7432] Resolver session contains non-MavenWorkspaceReader...

dependencies
OCA Verified

I would like to use this exporter to monitor weblogic-server with Prometheus, my docker-compose file is : weblogic: image: vulhub/weblogic:12.2.1.3 container_name: weblogic ports: - 7001:7001 weblogic-exporter: image: container-registry.oracle.com/middleware/weblogic-monitoring-exporter:2.0.4 ports: -...

Hi, I am using get2.0.sh and a sample config file for creating wls-exporter.war file. Weblogic version is 14.1.1.0.0 deployed in azure kubernetes cluster with amazonlinux:2.0.20211223.0 as base container. The exporter...

Hello, I deployed the sidecar as a docker container using docker compose, the container is up and I can acccess its interface, but when I try to upload a configuration...

How I can use parameters for sidecar jar, such as ```EXPORTER_PORT``` or ```WLS_PORT``` ? I tried to apply: ``` java -jar ./target/wls-exporter-sidecar.jar EXPORTER_PORT=8081 java -jar ./target/wls-exporter-sidecar.jar -DEXPORTER_PORT=8081 java -jar ./target/wls-exporter-sidecar.jar...