Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags should be inherited when extending semconvs #304

Open
lmolkova opened this issue Mar 18, 2024 · 0 comments
Open

Tags should be inherited when extending semconvs #304

lmolkova opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or request semconv/model Related to the data model or YAML format of the semantic convention generator

Comments

@lmolkova
Copy link
Contributor

lmolkova commented Mar 18, 2024

see https://github.com/open-telemetry/semantic-conventions/pull/698/files#r1525566689

When I do

- id: semconv
  ...
  attributes:
    - id: foo.bar
      ...
      tag: tech-specific

- id: child_senconv
  ...
  extends: semconv
  attributes:
    - ref: foo.bar

I expect to inherit tags from semconv., but it does not happen today.

I should still be able to override or remove them in the child_semconv.

@lmolkova lmolkova added enhancement New feature or request semconv/model Related to the data model or YAML format of the semantic convention generator labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request semconv/model Related to the data model or YAML format of the semantic convention generator
Projects
Status: Improve YAML Schema
Development

No branches or pull requests

1 participant