Hi guys,
is it possible to customize the export URL path instead of only able to change the port?
As specified in the docs, java export command is
java -javaagent:./jmx_prometheus_javaagent-0.14.0.jar=8080:config.yaml -jar yourJar.jar
is it possible to export to sth like localhost:8080/examplePath?