Skip to content

Commit

Permalink
[6316] New histogram org metrics (#1060)
Browse files Browse the repository at this point in the history
* [6316] New histogram org metrics

* Update metrics.yaml
  • Loading branch information
mbechtold-splunk authored Jun 28, 2024
1 parent 98958ac commit 83c3ca0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2270,3 +2270,25 @@ sf.org.rum.grossReplayContentBytesReceived:
* Data resolution: 10 seconds
metric_type: counter
title: sf.org.rum.grossReplayContentBytesReceived

sf.org.numHistogramCustomMetrics:
brief: The number of custom histogram metrics.
description: |
The number of custom histogram metrics monitored in Splunk Observability Cloud. For billing purposes, this is the raw number of custom histogram metrics
and isn't multiplied.
* Dimension(s): `orgId`
* Data resolution: 10 minutes
metric_type: counter
title: sf.org.numHistogramCustomMetrics

sf.org.numHistogramCustomMetricsByToken:
brief: The number of custom histogram metrics by token.
description: |
The number of custom histogram metrics monitred in Splunk Observability Cloud for a specific token. For billing purposes, this is the raw number of
custom histogram metrics and isn't multiplied.
* Dimension(s): `orgId`, `tokenId`
* Data resolution: 10 minutes.
metric_type: counter
title: sf.org.numHistogramCustomMetricsByToken

0 comments on commit 83c3ca0

Please sign in to comment.