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

[cmd/mdatagen] remove validation from k8s/container and k8s/pod #23794

Closed

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Jun 27, 2023

Description:
CI on main is broken after #23783 and #23441 got merged, because k8s/containers and k8s/pods metadata.yaml:

  • don't have the parent field
  • have missing units

This PR temporarily removes validation for k8s/container and k8s/pod (and add a //TODO) until the missing fields are added.

Note: this was not caught on the CI for #23783 because #23441 was not included in the branch.

Link to tracking Issue:
#23793

CI on main is broken after open-telemetry#23783 and open-telemetry#23441 got merged, because k8s/container and k8s/pod:
- don't have the parent field
- some metrics are missing units.
@dmitryax dmitryax added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jun 27, 2023
@dmitryax
Copy link
Member

The issue is resolved in #23795

@dmitryax dmitryax closed this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/mdatagen mdatagen command Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants