I am trying to migrate my current JMX JSON extension for entity PROCESS_GROUP_INSTANCE.
The ui.charts.group defined in the json was displayed on '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page (navigation from '/ui/entity/HOST', then '/#processdetails;id=PROCESS_GROUP_INSTANCE' and '/#processmetrics;id=PROCESS_GROUP_INSTANCE' pages).
The VSCode JMX conversion tool now defines a CHART_GROUP detailsInjections under entityType PROCESS_GROUP_INSTANCE which is not displayed on '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page anymore but instead on '/ui/entity/PROCESS_GROUP_INSTANCE' page.
- Is that the normal behaviour?
- How can I still see my chart under '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page?
- If it is not possible, how to navigate to '/ui/entity/PROCESS_GROUP_INSTANCE' page as the link for Process analysis in '/ui/entity/HOST' page goes to '/#processdetails;id=PROCESS_GROUP_INSTANCE' page and then the link for Further details goes to '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page?