We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In jinsight configuration add support for a global tag(s) of the following format where jinsight fills the details in question...
jvmid=${UUID}
and / or
pid=${PID}
UUID is a uniquely generated ID for that jvm instance. PID of the process in which jinsight is instantiated.
The text was updated successfully, but these errors were encountered:
Expnded scope add support for template variable ${HOST} so that we can add something like this to global tags...
instance=${HOST}
Sorry, something went wrong.
No branches or pull requests
In jinsight configuration add support for a global tag(s) of the following format where jinsight fills the details in question...
jvmid=${UUID}
and / or
pid=${PID}
UUID is a uniquely generated ID for that jvm instance. PID of the process in which jinsight is instantiated.
The text was updated successfully, but these errors were encountered: