-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spans): Remove unused transaction tag from resource metrics (#2853)
We currently set the high cardinality `transaction` tag on all of the resource size metrics: - `http.response_content_length` (encoded size) - `http.decoded_response_content_length` - `http.response_transfer_size` However, we only show `http.response_content_length` split by transaction in the UI, so for now the tag can be removed on the other two metrics.
- Loading branch information
Showing
3 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters