Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for the (relative) complement set operator "unless" #1286
Comments
grobie
added
the
feature-request
label
Jan 5, 2016
brian-brazil
changed the title
Add support for the (relative) complement set operator
Add support for the (relative) complement set operator "unless"
Jan 12, 2016
grobie
referenced this issue
Apr 2, 2016
Merged
Implement relative complement set operator "unless" #1522
fabxc
closed this
in
#1522
Apr 4, 2016
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
grobie commentedJan 5, 2016
Prometheus currently supports intersection (
and) and union (or). A relative complement operator would be great. Solr usesnotas keyword, but @brian-brazil made a good suggestion to go withunlessinstead.Example to return all
bar_metrictimeseries for instances not tagged with rolefoo.