From d5e6ef07549fe44e6ba71ef80339c7b8b0c5da57 Mon Sep 17 00:00:00 2001 From: mbechtold-splunk <107698185+mbechtold-splunk@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:09:08 -0500 Subject: [PATCH 1/2] [6316] New histogram org metrics --- signalfx-org-metrics/metrics.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/signalfx-org-metrics/metrics.yaml b/signalfx-org-metrics/metrics.yaml index 8d0bbb34..f20cd9e9 100644 --- a/signalfx-org-metrics/metrics.yaml +++ b/signalfx-org-metrics/metrics.yaml @@ -2270,3 +2270,23 @@ 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 Infrastructure Monitoring. + + * 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 monitored in Infrastructure Monitoring. + + * Dimension(s): `orgId` + * Data resolution: 10 minutes. + metric_type: counter + title: sf.org.numHistogramCustomMetricsByToken From d6577d3ff84160c4d25e86bfe20ccf710fc3d17c Mon Sep 17 00:00:00 2001 From: mbechtold-splunk <107698185+mbechtold-splunk@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:20:14 -0500 Subject: [PATCH 2/2] Update metrics.yaml --- signalfx-org-metrics/metrics.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/signalfx-org-metrics/metrics.yaml b/signalfx-org-metrics/metrics.yaml index f20cd9e9..35d8dec0 100644 --- a/signalfx-org-metrics/metrics.yaml +++ b/signalfx-org-metrics/metrics.yaml @@ -2274,7 +2274,8 @@ sf.org.rum.grossReplayContentBytesReceived: sf.org.numHistogramCustomMetrics: brief: The number of custom histogram metrics. description: | - The number of custom histogram metrics monitored in Infrastructure Monitoring. + 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 @@ -2284,9 +2285,10 @@ sf.org.numHistogramCustomMetrics: sf.org.numHistogramCustomMetricsByToken: brief: The number of custom histogram metrics by token. description: | - The number of custom histogram metrics monitored in Infrastructure Monitoring. + 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` + * Dimension(s): `orgId`, `tokenId` * Data resolution: 10 minutes. metric_type: counter title: sf.org.numHistogramCustomMetricsByToken