-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @syedg1, you are looking at requests count. This came up here before: #23675 (comment) The |
Beta Was this translation helpful? Give feedback.
-
@syedg1 I'm wondering if you had any luck with solving your original ask around data point uniqueness. We are experiencing the same problem. We drop tags such as the host, pod uuid, etc to reduce cardinality but by doing so are experiencing data loss on the Datadog side (data points being overwritten). There's an old issue that explains this in great detail: #18123. |
Beta Was this translation helpful? Give feedback.
Hi @syedg1, you are looking at requests count. This came up here before: #23675 (comment)
The
datadog_metrics
sink is batching events into one request hence less requests overall.