zalando-zmon / zmon-cli

ZMON Command Line Interface
http://zmon.readthedocs.org/en/latest/developer/zmon-cli.html
Other
9 stars 9 forks source link

allow multiple filters for entities #62

Closed vetinari closed 6 years ago

vetinari commented 7 years ago

e.g. to filter for type instance in the infrastructure_account aws:699873050683 use

zmon entities filter type instance \
    infrastructure_account aws:699873050683
codecov[bot] commented 7 years ago

Codecov Report

Merging #62 into master will increase coverage by 2.02%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   74.13%   76.15%   +2.02%     
==========================================
  Files          18       18              
  Lines        1040     1057      +17     
==========================================
+ Hits          771      805      +34     
+ Misses        269      252      -17
Impacted Files Coverage Δ
zmon_cli/cmds/entity.py 60% <94.11%> (+14.28%) :arrow_up:
zmon_cli/cmds/command.py 89.09% <0%> (-1.48%) :arrow_down:
zmon_cli/output.py 85.5% <0%> (+10.14%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e60389e...52dc7c7. Read the comment docs.

vetinari commented 7 years ago

:+1:

vetinari commented 7 years ago

:+1:

vetinari commented 6 years ago

fixed by #76