Stephan Prat
Stephan Prat

Reputation: 53

How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with Extensions Framework 2.0?

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.

  1. Is that the normal behaviour?
  2. How can I still see my chart under '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page?
  3. 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?

Upvotes: 0

Views: 31

Answers (1)

Stephan Prat
Stephan Prat

Reputation: 53

To view these metrics navigate to the process group instance screen for the relevant process select the three dot button (...) and select "Metrics and logs analysis." Answer taken from https://community.dynatrace.com/t5/Extensions/How-to-display-charts-in-Dynatrace-processmetrics-id-PROCESS/m-p/268964/highlight/true#M5889

Upvotes: 0

Related Questions