In "Potential Causes" section of performance issues link to domain specific charts if applicable
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
In the "Potential Causes" section of a performance issue, we link to the generic span summary page, even if the span is a well known semantic span such as `http.client`:

Links to:

If the span is a well known type with an entity page, the entity page provides additional contextual information useful to debugging the problem:

In this specific case, the performance data also seems to tell a more interesting story, with durations remaining longer after a certain inflection point:

### Solution Brainstorm
If there is a well known semantic span in Potential Causes, link to the entity page for that span rather than a generic span page.
### Product Area
Performance
Contributor guide
Assessment
This issue has not been assessed yet.