Skip to content

Commit

Permalink
Update docs/SECRETSTORES.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
  • Loading branch information
powersj and srebhan committed May 16, 2024
1 parent 906cc23 commit 88e4b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SECRETSTORES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section is for developers who want to create a new secret store plugin.
## Secret Store Plugin Guidelines

* A secret store must conform to the [telegraf.SecretStore][] interface.
* Processors should call `processors.Add` in their `init` function to register
* Secret-stores should call `secretstores.Add` in their `init` function to register
themselves. See below for a quick example.
* To be available within Telegraf itself, plugins must register themselves
using a file in `github.com/influxdata/telegraf/plugins/secretstores/all`
Expand Down

0 comments on commit 88e4b60

Please sign in to comment.