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

Logical expressions for tags #2

Closed
AlexAkulov opened this issue Aug 9, 2017 · 1 comment
Closed

Logical expressions for tags #2

AlexAkulov opened this issue Aug 9, 2017 · 1 comment
Labels

Comments

@AlexAkulov
Copy link
Contributor

Now tags are always united with "and", it would be cool to have an opportunity to unite tags in subscriptions with logical expressions like "and", "or", "not", etc.
For example:

  • tag1 && (tag2 || tag3)
  • tag1 && tag2 && !tag3
  • (tag1 && tag2) || ( tag1 && tag3)
@sashasushko
Copy link
Contributor

В АПИ это будет частично реализовано в #185

@beevee beevee closed this as completed Apr 17, 2019
kissken added a commit that referenced this issue Jun 30, 2022
# This is the 1st commit message:

feat(filter): Added into filter metric_ttl attribute

# This is the commit message #2:

feat(filter): Set default metric_ttl value

# This is the commit message #3:

Added command to remove metrics by prefix (#755)
kissken added a commit that referenced this issue Jun 30, 2022
# This is the 1st commit message:

# build: Updated github.com/go-graphite/carbonapi to v0.15.3

# This is the commit message #2:

# build: Updated github.com/go-graphite/carbonapi to v0.15.2

build: Updated github.com/go-graphite/carbonapi to 211894e42133cba30db5f34ff0e7a37b9744d2a8
almostinf added a commit that referenced this issue Feb 16, 2024
almostinf added a commit that referenced this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants