New plugins readme cleanup (#8956)
* New plugins readme cleanup * update signalfx output readme
This commit is contained in:
parent
a6d2c4f254
commit
60e86a914b
|
|
@ -1,6 +1,6 @@
|
|||
# HTTP Output Plugin
|
||||
# Sensu Go Output Plugin
|
||||
|
||||
This plugin writes metrics events to [Sensu Go](https://sensu.io) via its
|
||||
This plugin writes metrics events to [Sensu Go](https://sensu.io) via its
|
||||
HTTP events API.
|
||||
|
||||
### Configuration:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# SignalFx Output Plugin
|
||||
|
||||
The SignalFx output plugin sends metrics to [SignalFx](https://docs.signalfx.com/en/latest/).
|
||||
|
||||
### Configuration
|
||||
```toml
|
||||
[[outputs.signalfx]]
|
||||
## SignalFx Org Access Token
|
||||
|
|
|
|||
Loading…
Reference in New Issue