diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 92c4c9abe..a7bb761fb 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -856,6 +856,13 @@ input: introduced: 1.25.0 tags: [linux, systems] + - name: Intel PMT + id: intel_pmt + description: | + Intel Platform Monitoring Technology plugin exposes Intel PMT metrics available through the Intel PMT kernel space. + introduced: 1.28.0 + tags: [linux, systems] + - name: Intel PMU id: intel_pmu description: | @@ -1807,9 +1814,9 @@ input: id: s7comm description: | This plugin gathers information from Siemens PLC (Programmatic Logic Controller). - introduced: 1.19.0 + introduced: 1.28.0 link: https://github.com/nicolasme/s7comm/blob/main/README.md - tags: [external, iot] + tags: [serial, iot] - name: Slab id: slab @@ -1991,6 +1998,13 @@ input: introduced: 1.13.0 tags: [linux, systems] + - name: Tacacs + id: tacacs + description: | + Tacacs plugin collects successful tacacs authentication response times. + introduced: 1.28.0 + tags: [linux, networking] + - name: Tail id: tail description: | @@ -3003,6 +3017,13 @@ processor: introduced: 1.27.0 tags: [linux, macos, windows] + - name: Split + id: split + description: | + Split a metric into one or more metrics with the specified field(s)/tag(s) + introduced: 1.28.0 + tags: [linux, macos, windows] + - name: Starlark id: starlark description: |