Roman Vermenko

Results 2 issues of Roman Vermenko

How can I configure the exporter to get the domain name as a label in every runtime metric? As I can see, such information is present in JMX objects: ![image](https://user-images.githubusercontent.com/12033844/183878979-41aa9ce6-4c6a-4d33-b0be-876785153876.png)

theme: configuration
status: waiting on feedback

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...