File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ bundle
2424
2525## Configuration
2626
27- ### Input plugin
27+ ### Input ` opentelemetry ` plugin
2828
2929To receive data, this plugin requires ` <http> ` or ` <grpc> ` section, or both.
3030
@@ -106,7 +106,19 @@ Refer [Config: Transport Section](https://docs.fluentd.org/configuration/transpo
106106</source>
107107```
108108
109- ### Output plugin
109+ ### Input ` opentelemetry_metrics ` plugin
110+
111+ This plugin provides Fluentd's metrics that conforms to the OpenTelemetry Protocol.
112+
113+ #### Root section
114+
115+ | parameter | type | description | default |
116+ | --------------------| --------| -------------------------------------------------------| -------------|
117+ | tag | string | The tag of the event | required |
118+ | emit_interval | time | Determine the rate to emit internal metrics as events | ` 60 ` |
119+ | metric_name_prefix | string | The prefix of metric name | ` fluentd_ ` |
120+
121+ ### Output ` opentelemetry ` plugin
110122
111123To send data, this plugin requires ` <http> ` or ` <grpc> ` section.
112124
You can’t perform that action at this time.
0 commit comments