Skip to content

Implements a listener for the Real Time Business Transaction Data Feed Feature of Dynatrace. It allows you to easily get LIVE metrics from Dynatrace. Can for instance be used during any automated test to enrich your reports!

Notifications You must be signed in to change notification settings

Dynatrace-Kyle-Kowalski/Dynatrace-Real-Time-Data-Feed-Listener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynatrace-Real-Time-Data-Feed-Listener

Implements a listener for the Real Time Business Transaction Data Feed Feature of Dynatrace. It allows you to easily get LIVE metrics from Dynatrace. Can for instance be used during any automated test to enrich your reports!

Example: Get your Dynatrace App Metrics as Console Output while running your Load Test!

How to get this up & running?

Step #0: Get Dynatrace Personal License

Simply register here and get your lifetime Dynatrace AppMon License: http://bit.ly/dtpersonal

Step #1: Launch the console app!

Simply start the app. The app will listen on http://localhost:4001/test. Port and endpoint are configurable via command line option. By default the LIVE Data Stream output goes to the console but you can also use the "aggregator" output which will give you an aggragted output when you end the app

Usage: app [-port:4001] [-url:/test] [-aggregate] [-console]

Step #2: Configure Dynatrace Real Time Data Feed

Step #3: Configure your BT for Real Time Data Output and Execute some Traffice

You want to turn on these settings in the BT as highlighted in the screenshot. Once you have PurePaths coming in that map to that BT you will see data being recorded by the tool

About

Implements a listener for the Real Time Business Transaction Data Feed Feature of Dynatrace. It allows you to easily get LIVE metrics from Dynatrace. Can for instance be used during any automated test to enrich your reports!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%