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

[DOCGUILD-25473] add deprecation note on the right metric #1063

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading