Skip to content

Latest commit

 

History

History
 
 

dql-backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dynatrace DQL Plugin Backend

Package name: @dynatrace/backstage-plugin-dql-backend

Welcome to the DQL backend plugin for Dynatrace!

The aim of the plugin is to provide live data from Dynatrace by running DQL against it.

Development

The backend can be started locally using yarn start, this starts the backend on localhost:7007/dql.

Behind a corporate proxy

If your application is behind a corporate proxy, set HTTP_PROXY as an environment variable. This will be passed to HttpsProxyAgent as agent in the fetch request.