Skip to content

Commit

Permalink
Update metrics.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbiztondo-splunk authored Jan 3, 2024
1 parent 47de669 commit 76dd36d
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,16 @@ sf.org.abortedDetectors:
or data points, whichever caused the detector to stop
metric_type: cumulative
title: sf.org.abortedDetectors

sf.org.cingest.grossDpmContentBytesReceived: NBED
brief: Number of content bytes received, but not necessarily admitted
description: |
Number of content bytes received, but not necessarily admitted
* Dimension(s): `orgId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.cingest.grossDpmContentBytesReceived

sf.org.datapointsTotalCountByToken:
brief: Total datapoints by token
Expand Down Expand Up @@ -2092,7 +2102,6 @@ sf.org.rum.numSpansReceivedByToken:
metric_type: counter
title: sf.org.rum.numSpansReceivedByToken


sf.org.rum.numAddSpansCalls:
brief: The number of calls to the `/v1/rum?auth={AUTH_TOKEN}` endpoint.
description: |
Expand Down Expand Up @@ -2177,7 +2186,6 @@ sf.org.rum.numSpanBytesReceivedByToken:
metric_type: counter
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.
description: |
Expand Down Expand Up @@ -2208,7 +2216,6 @@ sf.org.rum.grossContentBytesReceivedByToken:
metric_type: counter
title: sf.org.rum.grossContentBytesReceivedByToken


sf.org.rum.grossContentBytesReceived:
brief: The possibly compressed wire size of the payloads before the payloads are decompressed and decoded.
description: |
Expand All @@ -2219,3 +2226,14 @@ sf.org.rum.grossContentBytesReceived:
metric_type: counter
title: sf.org.rum.grossContentBytesReceived

sf.org.rum.grossReplayContentBytesReceived: NBED
brief: The possibly compressed wire size of the payloads before the payloads are decompressed and decoded.
description: |
The possibly compressed wire size of the payloads before the payloads are decompressed and decoded.
* Dimensions: `orgId`
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.rum.grossReplayContentBytesReceived

0 comments on commit 76dd36d

Please sign in to comment.