Skip to content

Commit

Permalink
add deprecation note on the right metric
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmer committed Aug 30, 2024
1 parent cbc3e72 commit 722fba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ sf.org.apm.numSpansDroppedInvalidByToken:
sf.org.apm.numSpansDroppedOversize:
brief: The number of spans Splunk APM receives that are too large to process.
description: |
This metric is deprecated. See `sf.org.apm.numSpansDroppedInvalid` with the `spanTooLarge` dimension.
The number of spans Splunk APM receives that are too large to process.
* Dimension(s): `orgId`
Expand All @@ -207,6 +209,8 @@ sf.org.apm.numSpansDroppedOversizeByToken:
brief: The number of spans Splunk APM receives that are too large to process
for a specific access token.
description: |
This metric is deprecated. See `sf.org.apm.numSpansDroppedInvalid` with the `spanTooLarge` dimension.
The number of spans Splunk APM receives that are too large to process
for a specific access token.
Expand Down Expand Up @@ -2157,8 +2161,6 @@ 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 @@ -2170,8 +2172,6 @@ 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 722fba7

Please sign in to comment.