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 04f924f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/telemetry/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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
Expand All @@ -50,7 +50,7 @@ groups:
- 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
2 changes: 1 addition & 1 deletion model/telemetry/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ groups:
A low-cardinality for why this component failed to process a record.
note: |
For the SDK Batch Span Processor `queue full` MUST be used for when items are dropped due to a full queue.
examples: ["queue full", "exporter failed"]
examples: ["queue full", "exporter failed"]

Check failure on line 122 in model/telemetry/registry.yaml

View workflow job for this annotation

GitHub Actions / yamllint

[new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 04f924f

Please sign in to comment.