Dashboarding
Dynatrace dashboards, notebooks, and data explorer explained.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Requirement to have a consolidated dashboard summary from multiple environments

harinhs
Newcomer

Hi,

I have a customer who has 40+ environments in their dynatrace account, is there any possibility to get all hosts list, or agent offline from all environments in a consolidated dashboard view? And we would like to know the summary of count of open problems from all environments at once.  Is this something which can be developed inside a dashboard tile? Is there any account management API which can query all environments at once?

Any workaround for this requirement?

Thanks,

Hari

 

 

2 REPLIES 2

t_pawlak
Champion

Hi,
There is an option to configure remote environments:
Settings → Integrations → Remote environments.

With this in place, you can create a multi-environment (remote) dashboard and add tiles per environment.

This provides a single pane of glass, but each tile still queries one environment at a time.

There is no native dashboard tile that can aggregate or sum data (for example, the total number of open problems) across 40+ environments in a single query.

The second option is to use the Dynatrace APIs, collect data from each environment, and push aggregated metrics into a single environment, where they can then be visualized on a consolidated dashboard.

harinhs
Newcomer

Could you please elaborate the second option, so if my understanding is correct, we need to write/schedule a script to call the APIs get the values and post into one of the environments as custom metric and use that metrics in dashboard in that environment. Please help on finding a best way to achieve this. 

Featured Posts