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

Update data points received metrics #1053

Merged
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
28 changes: 6 additions & 22 deletions signalfx-org-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,30 +1477,14 @@ sf.org.numDatapointsDroppedThrottleByToken:
metric_type: counter
title: sf.org.numDatapointsDroppedThrottleByToken

sf.org.numDatapointsReceived:
sf.org.numDatapointsReceivedByMetricType:
brief: Number of data points Infrastructure Monitoring received
description: |
One value per metric type, each representing the number of data points that
Infrastructure Monitoring received and processed.
You can have up to three MTS for this metric. To
learn more, see [Metrics with values for each metric type](#metrics-with-values-for-each-metric-type).
The sum of the values represents the total number of data points you sent to Infrastructure Monitoring minus any
data points that weren't accepted because you exceeded a limit.

sf.org.numDatapointsReceivedByToken:
brief: Per token number of data points Infrastructure Monitoring received
description: |
One value per metric type per token, each representing the number
of data points Infrastructure Monitoring received and processed. The sum of values for a
token is the total number of data points you sent to Infrastructure Monitoring minus the number of
data points that Infrastructure Monitoring didn't accept because you exceeded a limit.
You can have up to three MTS for this metric. To learn more, see [Metrics with values for each metric type](#metrics-with-values-for-each-metric-type).
The sum of all the values might be less than the value of `sf.org.numDatapointsReceived`.
To learn more, see [Metrics for values by token](#metrics-for-values-by-token).
* Data resolution: 1 second
metric_type: counter
title: sf.org.numDatapointsReceivedByToken

One value per metric type, each representing the number of data points that Infrastructure Monitoring received and processed.
You can have up to four MTS for this metric, one for each metric type: gauge, counter, cumulative counter, and histogram. To learn more, see [Metrics with values for each metric type](#metrics-with-values-for-each-metric-type).
The sum of the values represents the total number of data points you sent to Infrastructure Monitoring minus any data points that weren't accepted because you exceeded a limit.
title: sf.org.numDatapointsReceivedByMetricType

sf.org.numDimensionObjectsCreated:
brief: Number of dimensions created
description: |
Expand Down
Loading