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

Add metrics to the context of non-scoped codegen #270

Merged

Conversation

lmolkova
Copy link
Contributor

@lmolkova lmolkova commented Feb 19, 2024

Before:
{% for id in semconvs %}{%- if semconvs[id].GROUP_TYPE_NAME == 'metric' %}{% set metric = semconvs[id] %}

after
{%- for metric in metrics %}

@lmolkova lmolkova requested review from a team February 19, 2024 20:49
@jsuereth jsuereth merged commit e144f19 into open-telemetry:feature/codegen-by-namespace Feb 20, 2024
3 checks passed
lmolkova added a commit to lmolkova/build-tools that referenced this pull request Feb 29, 2024
lmolkova added a commit to lmolkova/build-tools that referenced this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants