Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APM Tracing #13

Open
vody opened this issue Apr 1, 2021 · 0 comments
Open

APM Tracing #13

vody opened this issue Apr 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vody
Copy link
Collaborator

vody commented Apr 1, 2021

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

@vody vody added the enhancement New feature or request label Apr 1, 2021
@vody vody self-assigned this Apr 1, 2021
@vody vody added this to 2021 Q3 in Roadmap Apr 1, 2021
@vody vody changed the title ARM Tracing APM Tracing Apr 22, 2021
@vody vody moved this from 2021 Q3 to 2021 Q4 in Roadmap Sep 2, 2021
@vody vody moved this from 2021 Q4 to Ideas in Roadmap Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
Ideas
Development

No branches or pull requests

1 participant