Skip to content

Commit 7e9b3a1

Browse files
committed
feat: add requirement level and rerun table generation
1 parent a93a6f0 commit 7e9b3a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/resource/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ port.
118118

119119
**[3] `service.namespace`:** A string value having a meaning that helps to distinguish a group of services, for example the team name that owns a group of services. `service.name` is expected to be unique within the same namespace. If `service.namespace` is not specified in the Resource then `service.name` is expected to be unique for all services that have no explicit namespace defined (so the empty/unspecified namespace is simply one more valid namespace). Zero-length namespace string is assumed equal to unspecified namespace.
120120

121-
**[4] `service.criticality`:** This attribute enables classification of services based on their operational importance, allowing observability platforms to implement criticality-aware tracing, monitoring, and sampling strategies. By standardizing service criticality, organizations can implement adaptive sampling rates (e.g., 100% for critical, 10% for low-priority services), optimize telemetry costs by reducing data from non-critical services, improve incident response by surfacing critical service traces first, and enable better capacity planning and resource allocation.
121+
**[4] `service.criticality`:** This attribute enables classification of services based on their operational importance, allowing observability platforms to implement criticality-aware tracing, monitoring, and sampling strategies. By standardizing service criticality, organizations can implement adaptive sampling rates (e.g., 100% for critical, 10% for low-priority services), optimize telemetry costs by reducing data from non-critical services, improve incident response by surfacing critical service traces first, and enable better capacity planning and resource allocation.
122122
<!-- markdownlint-restore -->
123123
<!-- prettier-ignore-end -->
124124
<!-- END AUTOGENERATED TEXT -->

model/service/entities.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ groups:
1616
- ref: service.instance.id
1717
role: identifying
1818
- ref: service.criticality
19+
requirement_level: recommended
1920
role: descriptive
21+

0 commit comments

Comments
 (0)