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: """