aftab
Results
2
comments of
aftab
> The last argument should be the JAR file of your application that you want to monitor, like > > ``` > java -javaagent:./jmx_prometheus_javaagent-0.16.1.jar=8080:config.yaml -jar yourJar.jar > ``` Even if...
I am getting a different error. I have the same class `class Obj(val value: Int)` and have the same extension function. But the extension is not put in a class....