You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A template attribute forms a namespace, and we should not allow attributes below it.
e.g. http.request.headers.<key> is implied by the template attribute http.request.headers (this may be done by semconv#1068)
We do not allow the removal of an attribute once added to the registry. It must exist SOMEWHERE in a group.
We do not allow the removal of a metric name once added to the registry (the group can move around, be deprecated, but its "name" must be exist)
A semconv registry greater than or equal to v1.19.0 should not allow optional requirement levels. This requirement_level has been removed between v1.18.0 and v.1.19.0.
Note: we need to find a way to expose the tag or the registry version to the policies one way or another.
This list aims to:
Identified policies:
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.
The text was updated successfully, but these errors were encountered: