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

[6316] New histogram org metrics #1060

Merged
merged 2 commits into from
Jun 28, 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
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
Loading