From 1fbd746106f4cc4c7b19ee71822e11a25308642c Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 7 Mar 2024 13:20:25 -0800 Subject: [PATCH] docs(statsd source): Update statsd doc to mentiont timing conversion Ref: https://github.com/vectordotdev/vector/issues/20019 Signed-off-by: Jesse Szwedko --- website/cue/reference/components/sources/statsd.cue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/cue/reference/components/sources/statsd.cue b/website/cue/reference/components/sources/statsd.cue index 61d289c8ead17..4f46bbea9c719 100644 --- a/website/cue/reference/components/sources/statsd.cue +++ b/website/cue/reference/components/sources/statsd.cue @@ -65,6 +65,13 @@ components: sources: statsd: { } how_it_works: { + timings: { + title: "Statsd timings" + body: """ + Incoming timings are emitted as distributions. Timings in milliseconds (`ms`) are + converted to seconds (`s`). + """ + } timestamps: { title: "Timestamps" body: """