As a product team we would like to be able to access to each an every trace execution including stack tree, duration, error code from production environments so then we can effectively improve a solution and better prioritize our backlog
Feature: ARM Tracing
As a product team we would like to be able to access to each an every trace execution including stack tree, duration, error code from production environments so then we can effectively improve a solution and better prioritize our backlog
Scenario: Log traces
Given application installed on any environment
When any application logic executes
Then application records it's exception send this to log server without any overhead
Scenario: Review traces
Given application delivers execution traces to a log server
When developer access a log server
Then developer can view an average execution timeline as well as dive into a individual trace waterfall view
Scenario: Partner Support
Given application delivers execution traces to a log server
And customer contact publisher
When publisher forward us a customer request
Then original customer request will include a trace identifier which our product team will be able find on a log server
AB#7763
As a product team we would like to be able to access to each an every trace execution including stack tree, duration, error code from production environments so then we can effectively improve a solution and better prioritize our backlog
AB#7763