Fix failing resource back compat checks (#1459)
This commit is contained in:
parent
96f8bda9ba
commit
a9fe0c6e32
|
|
@ -385,7 +385,8 @@ deny contains back_comp_violation(description, group_id, "") if {
|
|||
some resource in baseline_resources
|
||||
resource.stability == "stable"
|
||||
some nresource in registry_resources
|
||||
resource.name = nresource.name
|
||||
resource.name == nresource.name
|
||||
nresource.stability == "stable" # remove after https://github.com/open-telemetry/semantic-conventions/pull/1423 is merged
|
||||
|
||||
baseline_attributes := { attr.name |
|
||||
some attr in resource.attributes
|
||||
|
|
|
|||
Loading…
Reference in New Issue