telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

Document inputs who (can) produce tracking metrics

Open Hipska opened this issue 11 months ago • 4 comments

Use Case

To have a better view which inputs support this, it should be documented on their README page.

Subtasks

  • [x] Identify which plugins are actually able to produce tracking metrics
  • [ ] Modify README for plugins indicating they produce tracking metrics

Plugins with tracking metrics

Hipska avatar Jan 20 '25 08:01 Hipska

@srebhan @mstrandboge @skartikey How should the README file for these be changed. What format should be used?

Hipska avatar Oct 13 '25 08:10 Hipska

I suggest you put up something in docs/includes and then include that file in the plugins supporting tracking metrics like

## Tracking metric support <!-- @/docs/includes/plugin_tracking_metrics.md -->

Running make docs should then embed that file below the heading.

srebhan avatar Oct 16 '25 12:10 srebhan

Aha, good idea. Then a second one needs to exist when the plugin only has tracking just for the purpose of keeping track of number of undelivered metrics? (As others do real acknowledgement of received messages.

Hipska avatar Oct 16 '25 12:10 Hipska

No I think there should be only one document. The way plugins handle tracking metrics should then be detailed in the Configuration section in case it deviates from what you expect.

srebhan avatar Oct 22 '25 10:10 srebhan