Closed
Description
This list aims to:
- Keep track of the policies identified by the community.
- Identify the sources of information needed to define the policies in Rego (e.g., semconv before resolution, resolved telemetry schema).
Identified policies:
- We only allow new attribute definitions inside the attribute registry; all other attributes must be references.
- All groups in the attribute registry MUST be of type attribute_group.
- The attribute registry is not allowed to contain references.
- An attribute can only belong to one group.
- Implement a check to prevent referencing the same attribute multiple times within one group (see Detect when the same attribute is referenced more than once #175).
- Checking for naming collisions between namespaces and attribute names (see Add attribute naming checks semantic-conventions#1068).
Please add a new comment to propose new policy ideas. At this stage, do not worry about implementation details. The goal is simply to identify what is missing in the engine and in the currently supported data sources.
Metadata
Metadata
Assignees
Type
Projects
Status
Done