-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Let's say I write
- id: code.filepath
stability: development
....
deprecated:
reason: renamed
renamed_to: does.not.exist # this one does not existI don't get any error from the weaver, so I added a semconv policy into open-telemetry/semantic-conventions#2047, which checks that:
- there is an attribute (metric/event/etc depending on what's deprecated) with this identity
- it's not deprecated
p2 is probably a preference and belongs in the semconv policy, but the p1 seems to belong in the weaver resolution process. We should try resolving it similarly to ref or extends and fail if it's not found.
So I think we should have p1 is weaver
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status