Skip to content

Commit

Permalink
add deprecation note to spansdroppedoversize (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmer authored Aug 30, 2024
1 parent 83c3ca0 commit 75c71aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2157,6 +2157,8 @@ sf.org.rum.numAddSpansCallsByToken:
sf.org.rum.numSpansDroppedInvalid:
brief: Number of spans dropped because they were invalid.
description: |
This metric is deprecated. See `sf.org.apm.numSpansDroppedInvalid` with the `spanTooLarge` dimension.
Number of spans dropped because they were invalid. Some of the reasons that spans are invalid are: spans are too large, missing required tags and invalid Trace IDs. Look through the reason column in the data table to see details for specific spans.
* Dimension: `orgId`, `reason`
Expand All @@ -2168,6 +2170,8 @@ sf.org.rum.numSpansDroppedInvalidByToken:
brief: The number of invalid spans Splunk RUM receives for a specific access
token.
description: |
This metric is deprecated. See `sf.org.apm.numSpansDroppedInvalid` with the `spanTooLarge` dimension.
The number of invalid spans Splunk RUM receives for a specific
access token. Some of the reasons that spans are invalid are: spans are too large, missing required tags and invalid Trace IDs. Look through the reason column in the data table to see details for specific spans.
Expand Down

0 comments on commit 75c71aa

Please sign in to comment.