Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Dynatrace Application Monitoring Extension for Visual Studio 2017

License

Notifications You must be signed in to change notification settings

Dynatrace/Dynatrace-AppMon-Visual-Studio-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dynatrace AppMon Visual Studio 2017 Extension

The Dynatrace Visual Studio Extension enable you to launch applications with an injected Dynatrace AppMon Agent directly from Visual Studio and look up the source code from applications under diagnosis in Dynatrace AppMon.

Table of Contents

Extension Installation

Prerequisites

  • Visual Studio Version: 2017 (all editions supported), starting with plugin version 6.5.3 Visual Studio 2013 and 2015 are also supported
  • Dynatrace AppMon Server 6.3+
  • Dynatrace AppMon .NET agent installed on your machine (to run/test your application with the .NET agent)
  • Dynatrace AppMon Client running on your machine (for CodeLink - source code lookup)

Installation

  • In Visual Studio open Tools -> Extensions and Updates...
  • Select "Online" and use the "Search Visual Studio Gallery" search box
  • Search for Dynatrace AppMon and follow the instructions to install the extension

Configuration

First you will need to configure the extension. Open the settings dialog from Tools -> Dynatrace AppMon Extension Configuration and enter the details about the Collector you would like the .NET agent to connect to. If you want to use CodeLink (source code lookup) you have to make sure that the REST API in your AppMon Client is enabled.

The settings will be stored in your Visual Studio solution, so you can maintain different configurations for different solutions.

configuration

Using the Visual Studio Extension

Launcher

The launcher will run applications with an injected Dynatrace .NET agent using the agent name and additional parameters defined in the run configuration. The agent will output debug information into the console. The launcher supports Windows and Web based projects and tests.

edit run configurations

Source Code Lookup

The AppMon client lets you analyze PurePaths down to the individual methods that have been instrumented in the context of the captured transaction. When you identify a problematic method either in the PurePath view or in the Methods view of the AppMon client, you can use the CodeLink functionality to jump to the source code line in the open Visual Studio solution.

edit run configurations

Problems? Questions? Suggestions?