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

support for child metrics in properties #26

Open
ivarin opened this issue Aug 29, 2024 · 1 comment
Open

support for child metrics in properties #26

ivarin opened this issue Aug 29, 2024 · 1 comment

Comments

@ivarin
Copy link

ivarin commented Aug 29, 2024

the same way it is handled from metrics-plugin-data:
example:

  • fintrack
    • spent___beer:: 10
    • spent___groceries:: 50

would be awesome if
{{renderer :metrics, spent, -, properties-cumulative-line}}
would distinguish between parent "spent" and children "beer", "groceries" properties and plot them correspondingly.
so far this is achievale only via /add metrics command which doesn't really fit my intended workflow with it

or maybe separate metrics with the same name by parent block?

  • beer
    • spent:: 10
  • groceries
    • spent:: 50

would draw two different graphs for beer and groceries by spent property?

@dangermccann
Copy link
Owner

Thanks for the suggestion. I prefer the first suggestion using the underscores to separate the parent and child categories. I'm concerned that using parent blocks, like inn you alternate suggestion, would break people's existing workflows. This is a good feature request. I'll add it to the list.

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

No branches or pull requests

2 participants