Skip to content

Commit

Permalink
update filtering language (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmer authored May 10, 2024
1 parent 3c10f3e commit dd78024
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sf.org.apm.grossContentBytesReceived:

sf.org.apm.grossSpanBytesReceived:
brief: The number of bytes Splunk APM receives from spans after decompression
but before filtering and throttling.
but before discarding invalid and throttled spans.
description: |
The number of bytes Splunk APM receives from spans after
decompression but before filtering and throttling.
decompression but before discarding invalid and throttled spans.
* Dimension(s): `orgId`
* Data resolution: 1 second
Expand All @@ -24,21 +24,20 @@ sf.org.apm.grossSpanBytesReceived:

sf.org.apm.grossSpanBytesReceivedByToken:
brief: The number of bytes Splunk APM receives for a specific access token
from ingested span data after decompression but before filtering and
throttling.
from ingested span data after decompression but before discarding invalid and throttled spans.
description: |
The number of bytes Splunk APM receives for a specific access token
from ingested span data after decompression but before filtering and throttling.
from ingested span data after decompression but before discarding invalid and throttled spans.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
metric_type: counter
title: sf.org.apm.grossSpanBytesReceivedByToken

sf.org.apm.grossSpansReceived:
brief: The number of spans Splunk APM received before filtering and throttling.
brief: The number of spans Splunk APM received before discarding invalid and throttled spans.
description: |
The number of spans Splunk APM received before filtering or throttling.
The number of spans Splunk APM received before discarding invalid and throttled spans.
* Dimension(s): `orgId`
* Data resolution: 1 second
Expand Down Expand Up @@ -108,10 +107,10 @@ sf.org.apm.numHosts:

sf.org.apm.numSpanBytesReceived:
brief: The number of bytes Splunk APM accepts from ingested span data
after decompression after filtering and throttling.
after decompression and discarding invalid and throttled spans.
description: |
The number of bytes Splunk APM accepts from ingested span
data after decompression after filtering and throttling.
data after decompression and discarding invalid and throttled spans.
* Dimension(s): `orgId`
* Data resolution: 1 second
Expand All @@ -120,10 +119,10 @@ sf.org.apm.numSpanBytesReceived:

sf.org.apm.numSpanBytesReceivedByToken:
brief: The number of bytes Splunk APM accepts for a specific access token
for a span after decompression after filtering and throttling.
for a span after decompression and discarding invalid and throttled spans.
description: |
The number of bytes Splunk APM accepts for a specific access token
for a span after decompression after filtering and throttling.
for a span after decompression and discarding invalid and throttled spans.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
Expand Down Expand Up @@ -243,9 +242,9 @@ sf.org.apm.numSpansDroppedThrottleByToken:
title: sf.org.apm.numSpansDroppedThrottleByToken

sf.org.apm.numSpansReceived:
brief: The number of spans Splunk APM accepts after filtering and throttling.
brief: The number of spans Splunk APM accepts after discarding invalid and throttled spans.
description: |
The number of spans Splunk APM accepts after filtering and throttling.
The number of spans Splunk APM accepts after discarding invalid and throttled spans.
* Dimension(s): `orgId`
* Data resolution: 1 second
Expand All @@ -254,10 +253,10 @@ sf.org.apm.numSpansReceived:

sf.org.apm.numSpansReceivedByToken:
brief: The number of spans Splunk APM received for a specific access token
after filtering and throttling.
after discarding invalid and throttled spans.
description: |
The number of spans Splunk APM received for a specific access token
after filtering and throttling.
after discarding invalid and throttled spans.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
Expand All @@ -266,10 +265,10 @@ sf.org.apm.numSpansReceivedByToken:

sf.org.apm.grossSpansReceivedByToken:
brief: The number of spans Splunk APM receives for a specific access token
before filtering and throttling.
before discarding invalid and throttled spans.
description: |
The number of spans Splunk APM receives for a specific access token
before filtering or throttling.
before discarding invalid and throttled spans.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
Expand Down Expand Up @@ -380,10 +379,10 @@ sf.org.apm.numContentBytesReceived:

sf.org.apm.grossContentBytesReceivedByToken:
brief: The volume of bytes Splunk APM receives off the wire for a specific access
token before filtering and throttling.
token before discarding invalid and throttled spans.
description: |
The volume of bytes Splunk APM receives off the wire for a specific
access token before filtering and throttling. This content could be compressed.
access token before discarding invalid and throttled spans. This content could be compressed.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
Expand All @@ -392,10 +391,10 @@ sf.org.apm.grossContentBytesReceivedByToken:

sf.org.apm.numContentBytesReceivedByToken:
brief: The volume of bytes Splunk APM accepts off the wire for a specific access
token after filtering and throttling.
token after discarding invalid and throttled spans.
description: |
The volume of bytes Splunk APM accepts off the wire for a specific
access token after filtering and throttling. This content could be compressed.
access token after discarding invalid and throttled spans. This content could be compressed.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 1 second
Expand Down Expand Up @@ -2123,7 +2122,7 @@ sf.org.ui.num.pagevisits:
title: sf.org.ui.num.pagevisits

sf.org.rum.numSpansReceived:
brief: The number of spans Splunk RUM accepts after filtering and throttling.
brief: The number of spans Splunk RUM accepts after discarding invalid and throttled spans.
description: |
Number of spans received.
Expand All @@ -2134,10 +2133,10 @@ sf.org.rum.numSpansReceived:

sf.org.rum.numSpansReceivedByToken:
brief: The number of spans Splunk RUM received for a specific access token
after filtering and throttling.
after discarding invalid and throttled spans.
description: |
The number of spans Splunk RUM received for a specific access token
after filtering and throttling.
after discarding invalid and throttled spans.
* Dimension: `orgId`, `tokenId`
* Data resolution: 10 seconds
Expand Down Expand Up @@ -2230,20 +2229,20 @@ sf.org.rum.numSpanBytesReceivedByToken:
title: sf.org.rum.numSpanBytesReceivedByToken


sf.org.rum.grossSpanBytesReceivedByToken:
brief: The bytes (uncompressed) of all the spans received and counted by the metric grossSpansReceived before throttling or filtering by token.
sf.org.rum.grossSpanBytesReceivedByToken:
brief: The uncompressed bytes of all the spans received and counted by the metric grossSpansReceived for a specific access token before discarding invalid and throttled spans. This is a per token metric.
description: |
The bytes (uncompressed) of all the spans received and counted by the metric grossSpansReceived before throttling or filtering by token.
The uncompressed bytes of all the spans received and counted by the metric grossSpansReceived for a specific access token before discarding invalid and throttled spans. This is a per token metric.
* Dimensions: `orgId`, `tokenId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.rum.grossSpanBytesReceivedByToken

sf.org.rum.numContentBytesReceived:
brief: The volume of bytes Splunk RUM receives after filtering and throttling.
brief: The volume of bytes Splunk RUM receives after discarding invalid and throttled spans.
description: |
The volume of bytes Splunk RUM receives after filtering and throttling.
The volume of bytes Splunk RUM receives after discarding invalid and throttled spans.
* Dimensions: `orgId`
* Data resolution: 10 seconds
Expand Down

0 comments on commit dd78024

Please sign in to comment.