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.
The backend can be started locally using yarn start
, this starts the backend
on localhost:7007/dql.
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.