Annotations on semconv elements like attributes and enum variants need to be passed through live-check to any custom rego policy advisors. This could allow, for example, an annotation specifying the type of a metric's value e.g. int to be checked against the sample data. If a double was received then violation advice could be given.
Annotations on semconv elements like attributes and enum variants need to be passed through live-check to any custom rego policy advisors. This could allow, for example, an annotation specifying the type of a metric's value e.g.
intto be checked against the sample data. If adoublewas received then violation advice could be given.