Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions receiver/fluentforwardreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@ The following telemetry is emitted by this component.

### otelcol_fluent_closed_connections

Number of connections closed to the fluentforward receiver
Number of connections closed to the fluentforward receiver [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | false |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | false | development |

### otelcol_fluent_events_parsed

Number of Fluent events parsed successfully
Number of Fluent events parsed successfully [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | false |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | false | development |

### otelcol_fluent_opened_connections

Number of connections opened to the fluentforward receiver
Number of connections opened to the fluentforward receiver [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | false |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | false | development |

### otelcol_fluent_parse_failures

Number of times Fluent messages failed to be decoded
Number of times Fluent messages failed to be decoded [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | false |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | false | development |

### otelcol_fluent_records_generated

Number of log records generated from Fluent forward input
Number of log records generated from Fluent forward input [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | false |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | false | development |

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions receiver/fluentforwardreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,44 @@ telemetry:
fluent_closed_connections:
enabled: true
description: Number of connections closed to the fluentforward receiver
stability:
level: development
unit: "1"
sum:
value_type: int
monotonic:
fluent_events_parsed:
enabled: true
description: Number of Fluent events parsed successfully
stability:
level: development
unit: "1"
sum:
value_type: int
monotonic:
fluent_opened_connections:
enabled: true
description: Number of connections opened to the fluentforward receiver
stability:
level: development
unit: "1"
sum:
value_type: int
monotonic:
fluent_parse_failures:
enabled: true
description: Number of times Fluent messages failed to be decoded
stability:
level: development
unit: "1"
sum:
value_type: int
monotonic:
fluent_records_generated:
enabled: true
description: Number of log records generated from Fluent forward input
stability:
level: development
unit: "1"
sum:
value_type: int
Expand Down