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

add opentracing support #81

Closed vetinari closed 6 years ago

vetinari commented 6 years ago

no initialization of opentracing, just adding decorators and adding tags / log_kv to spans

fixes #80

codecov[bot] commented 6 years ago

Codecov Report

Merging #81 into master will increase coverage by 1.88%. The diff coverage is 98.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   76.04%   77.92%   +1.88%     
==========================================
  Files          18       18              
  Lines        1056     1155      +99     
==========================================
+ Hits          803      900      +97     
- Misses        253      255       +2
Impacted Files Coverage Δ
zmon_cli/client.py 97.92% <98.14%> (-0.06%) :arrow_down:
zmon_cli/cmds/__init__.py 100% <0%> (ø) :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 3caa3d9...e0a34c3. Read the comment docs.

vetinari commented 6 years ago

:+1:

vetinari commented 6 years ago

:+1:

mohabusama commented 6 years ago

👍