Dear Wildfly Team
I am switching to micrometer and pushing metrics to the otel collector. Since we are pushing from several independent processes to the same collector instance, we need to be able to differentiate wildfly metrics which are not in the context of a deployment. Here is an example:
jvm_uptime_seconds{job="wildfly"} 49.984
Is there a way if overwriting the default value "wildfly" ? So that we can identify the uptime for the different processes.
Best Regards, Ralf