Skip to content

Commit 3a066a1

Browse files
committed
feat: make yamllint happy
1 parent eff768d commit 3a066a1

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.chloggen/service-criticality-attribute.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ issues: [2986]
2222
subtext: |
2323
This attribute enables observability platforms to implement criticality-aware tracing, monitoring,
2424
and sampling strategies. Supports four levels: critical, high, medium, and low.
25-

areas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ areas:
105105

106106
- name: "Semantic Conventions: Resources and Entities"
107107
owner:
108-
- name: "specs-semconv-maintainers" # TODO: Missing team user for entities?
108+
- name: "specs-semconv-maintainers" # TODO: Missing team user for entities?
109109
github: specs-semconv-maintainers
110110
project: "https://github.com/open-telemetry/community/blob/main/projects/resources-and-entities.md"
111111
board: "https://github.com/orgs/open-telemetry/projects/85"
@@ -158,7 +158,7 @@ areas:
158158

159159
- name: "Semantic Conventions: FaaS"
160160
owner:
161-
- name: "specs-semconv-maintainers" # TODO: Missing team user for faas?
161+
- name: "specs-semconv-maintainers" # TODO: Missing team user for faas?
162162
github: specs-semconv-maintainers
163163
project: "https://github.com/open-telemetry/community/blob/main/projects/completed-projects/faas.md"
164164
board: "N/A"

internal/tools/scripts/schema-diff/yaml/weaver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
params:
2-
next_version: "next_version_placeholder" # https://github.com/open-telemetry/weaver/issues/775
2+
next_version: "next_version_placeholder" # https://github.com/open-telemetry/weaver/issues/775
33
templates:
44
- pattern: schema-diff.j2
55
filter: >

model/service/registry.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ groups:
104104
brief: >
105105
The operational criticality of the service.
106106
note: >
107-
This attribute enables classification of services based on their operational importance,
108-
allowing observability platforms to implement criticality-aware tracing, monitoring,
109-
and sampling strategies. By standardizing service criticality, organizations can implement
110-
adaptive sampling rates (e.g., 100% for critical, 10% for low-priority services), optimize
111-
telemetry costs by reducing data from non-critical services, improve incident response by
107+
This attribute enables classification of services based on their operational importance,
108+
allowing observability platforms to implement criticality-aware tracing, monitoring,
109+
and sampling strategies. By standardizing service criticality, organizations can implement
110+
adaptive sampling rates (e.g., 100% for critical, 10% for low-priority services), optimize
111+
telemetry costs by reducing data from non-critical services, improve incident response by
112112
surfacing critical service traces first, and enable better capacity planning and resource allocation.
113113
examples: ["critical", "high", "medium", "low"]

0 commit comments

Comments
 (0)