Update content/shared/extended-plugin-api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-04-28 14:14:16 -07:00 committed by GitHub
parent 88c7cb0af7
commit 63aeab7fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
The Processing engine includes an API that allows your plugins to
interact with your data and maintain state between executions.
interact with your data, build and write data in line protocol format, and maintain state between executions.
These features let you build plugins that can transform, analyze, and respond to data.
The plugin API lets you: