You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case, there are 2 JVM processes running in a single machine, both are exposing the data in different jmx ports. Now how do I create a config in the .yml, such that I see data for both and I should be able to differentiate between these JVM metrics.
tried with different variations in the .yml file either get an invalid configuration error or the other jvm data doesn't show up in the gcp monitoring UI.
Any leads are highly appreciated.
The text was updated successfully, but these errors were encountered:
I have GCP Ops Agent for JVM Monitoring in one of the VMs.
https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm
This works fine with one jvm installed, I am able to see the data in gcp monitoring ui the data which is collected is shown in the UI.
The following configuration is used in
/etc/google-cloud-ops-agent/config.yaml
I have a use case, there are 2 JVM processes running in a single machine, both are exposing the data in different jmx ports. Now how do I create a config in the .yml, such that I see data for both and I should be able to differentiate between these JVM metrics.
tried with different variations in the .yml file either get an invalid configuration error or the other jvm data doesn't show up in the gcp monitoring UI.
Any leads are highly appreciated.
The text was updated successfully, but these errors were encountered: