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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-02 12:29:00 -07:00 committed by GitHub
parent e5583913f0
commit 33f0dc5ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ These features let you build plugins that can transform, analyze, and respond to
The plugin API lets you:
- [Write and query data](#write-and-query-data)
- [Write data](#write-data)
- [Query data](#query-data)
- [Log messages for monitoring and debugging](#log-messages-for-monitoring-and-debugging)
- [Maintain state with in-memory cache](#maintain-state-with-in-memory-cache)
- [Guidelines for in-memory caching](#guidelines-for-in-memory-caching)