-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support yaml as metrics file #3572
Comments
Ideally, as part of this issue a few other steps should be implemented from the link above: |
@dmpetrov So maybe let's get rid of raw, *sv support, drop explicit XPath and type, support only yaml (could leave json, but is there really a point?) and pretty much do the same thing that we do with params? E.g.
? And |
@efiop agree re the format support (but I'd keep json). The good news is - both yaml and json are hierarchical and we can use the same patterns for filters (like path). Granular metrics addressation (like |
Dropping support for all types except json and yaml. No more xpath support. Fixes iterative#3572
Dropping support for all types except json and yaml. No more xpath support. Fixes #3572
@dmpetrov will you be sending a draft for this or should I include in my regular updates? Seems likt it can be a pretty quick update, just add "YAML" after "JSON" in metrics subcommand references. Unless you want to include some special examples |
@jorgeorpinel Dmitry promised to send a PR 🙏 There are some other changes in the way metrics work, so it won't be as easy as adding |
@jorgeorpinel let's create a ticket! |
Yaml is one of the most used file format. We need to support it for metrics.
More details: #3409 (comment)
ToDo:
The text was updated successfully, but these errors were encountered: