Skip to content

Commit

Permalink
Fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 29, 2024
1 parent 8b2a1db commit 8bbea82
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions model/telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,7 @@ groups:
attributes:
- ref: telemetry.sdk.processor.type
- ref: telemetry.sdk.component.id

- id: metric.telemetry.sdk.trace.processor.failed
type: metric
metric_name: telemetry.sdk.trace.processor.failed
stability: experimental
brief: "The total number of spans which could not be successfully processed"
instrument: counter
unit: "1"
attributes:
- ref: telemetry.sdk.processor.type
- ref: telemetry.sdk.component.id
- ref: telemetry.sdk.failure_reason


- id: metric.telemetry.sdk.trace.processor.failed
type: metric
metric_name: telemetry.sdk.trace.processor.failed
Expand Down Expand Up @@ -84,4 +72,4 @@ groups:
attributes:
- ref: telemetry.sdk.exporter.type
- ref: telemetry.sdk.component.id
- ref: telemetry.sdk.failure_reason
- ref: telemetry.sdk.failure_reason

0 comments on commit 8bbea82

Please sign in to comment.