Skip to content

Commit e2d7900

Browse files
committed
WIP
1 parent 95b2c0f commit e2d7900

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ bundle
2424

2525
## Configuration
2626

27-
### Input plugin
27+
### Input `opentelemetry` plugin
2828

2929
To 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

111123
To send data, this plugin requires `<http>` or `<grpc>` section.
112124

0 commit comments

Comments
 (0)