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
24 changes: 12 additions & 12 deletions connector/servicegraphconnector/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ The following telemetry is emitted by this component.

### otelcol_connector_servicegraph_dropped_spans

Number of spans dropped when trying to add edges
Number of spans dropped when trying to add edges [development]

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

### otelcol_connector_servicegraph_expired_edges

Number of edges that expired before finding its matching span
Number of edges that expired before finding its matching span [development]

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

### otelcol_connector_servicegraph_total_edges

Total number of unique edges
Total number of unique edges [development]

| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| 1 | Sum | Int | true |
| Unit | Metric Type | Value Type | Monotonic | Stability |
| ---- | ----------- | ---------- | --------- | --------- |
| 1 | Sum | Int | true | 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.

6 changes: 6 additions & 0 deletions connector/servicegraphconnector/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,26 @@ telemetry:
description: Number of spans dropped when trying to add edges
unit: "1"
enabled: true
stability:
level: development
sum:
value_type: int
monotonic: true
connector_servicegraph_total_edges:
description: Total number of unique edges
unit: "1"
enabled: true
stability:
level: development
sum:
value_type: int
monotonic: true
connector_servicegraph_expired_edges:
description: Number of edges that expired before finding its matching span
unit: "1"
enabled: true
stability:
level: development
sum:
value_type: int
monotonic: true
Expand Down
Loading