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

Tag metrics #13

Open
kirillt opened this issue Sep 1, 2021 · 0 comments
Open

Tag metrics #13

kirillt opened this issue Sep 1, 2021 · 0 comments

Comments

@kirillt
Copy link
Member

kirillt commented Sep 1, 2021

Tag metric is a function which enables us to order tags. Technically, it can be alphabetical ordering but it isn't really useful conceptually. More convenient metric is popularity of a tag, which stands for amount of resources labeled with the tag.

With linear selector we can use only 1 metric. But with cloud selector we can use up to 3 metrics (see #7).

Possible metrics to implement:

  • popularity — amount of resources standing behind a tag
  • freshness — the latest date of modification among all resources standing behind a tag
  • coupling — amount of common resources a tag has with other tags
  • branching — amount of tags crossing given tag

It also should be possible to invert ordering by any metric.

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

1 participant