From 6f009d05c40335f6b55c0e1f68b900923876fde7 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Wed, 5 Nov 2025 11:18:09 -0500 Subject: [PATCH] Remove note implying RATE metrics can be submitted via dogstatsd Removed note about dogstatsd RATE metric type submission appearing as GAUGE in-app. Dogstatsd does not support sending RATE metrics, only count metrics, which are covered by the note above --- content/en/metrics/types.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/metrics/types.md b/content/en/metrics/types.md index 643cfc4b4fff9..1f74f9a8da54d 100644 --- a/content/en/metrics/types.md +++ b/content/en/metrics/types.md @@ -263,8 +263,6 @@ Submit your RATE type metrics from one of the following sources: | [Agent check][1] | `self.rate(...)` | RATE | GAUGE | | [API][2] | `api.Metric.send(type="rate", ...)` | RATE | RATE | -**Note**: When submitting a RATE metric type through DogStatsD, the metric appears as a GAUGE in-app to ensure relevant comparison across different Agents. - [1]: /metrics/custom_metrics/agent_metrics_submission/?tab=rate [2]: /api/v1/metrics/#submit-metrics