Skip to content

Commit

Permalink
Update development/golang-output-plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Grace Wehner <[email protected]>
  • Loading branch information
gracewehner and patrick-stephens authored Dec 17, 2024
1 parent 7d8d21f commit d455ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion development/golang-output-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,6 @@ fluent-bit -c fluent-bit.conf

## Event Types Supported

Currently, the supported event types for the output plugin are `logs` and `metrics`. These types are declared in the [flb_plugin_proxy.c](https://github.com/fluent/fluent-bit/blob/master/src/flb_plugin_proxy.c) file in the `flb_proxy_register_output` function. The `fluent-bit-go` decoder will decode both types.
Currently, the supported event types for the output plugin are `logs` and `metrics`.
These types are declared in the [flb_plugin_proxy.c](https://github.com/fluent/fluent-bit/blob/master/src/flb_plugin_proxy.c) file in the `flb_proxy_register_output` function.
The `fluent-bit-go` decoder will decode both types.

0 comments on commit d455ea9

Please sign in to comment.