cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

is there a way to Store External Data after fetching to Dynatrace to use in the dashboard

Conrad2025
Newcomer

After Capturing the Data - I would like to store it to dynatrace to use it in the dashboard
The task is written in javascript 

2 REPLIES 2

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

Maybe you can use Credential vault API - POST a set of credentials.

But not sure if credential vault can be used in new dashboards app.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

marco_irmer
Champion

There are a few different ways to accomplish this:

  1. Use 'code' tiles in your dashboard that dynamically fetch and display the external data whenever the dashboard is viewed.
  2. Ingest the external data into Dynatrace as logs, events, or metrics and then reference within your dashboard's queries. This would usually involve some amendment to your data-gathering code to push the data into Dynatrace via the appropriate ingest API.
  3. Set up a Dynatrace workflow that periodically retrieves the data. Then use either  code tiles or code variables in your dashboard to retrieve the workflow results from the most recent workflow execution.

Featured Posts