zalando-zmon / opentracing-utils

Convenient utilities for adding OpenTracing support in your python projects
MIT License
20 stars 8 forks source link

add plaintext for lightstep #40

Closed vetinari closed 3 years ago

vetinari commented 3 years ago

set OPENTRACING_LIGHTSTEP_COLLECTOR_SCHEME=http to get this. Can be used to connect to satellites offering just http connections

vetinari commented 3 years ago

:+1:

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   98.61%   98.63%   +0.01%     
==========================================
  Files           9        9              
  Lines         362      366       +4     
==========================================
+ Hits          357      361       +4     
  Misses          5        5              
Impacted Files Coverage Δ
opentracing_utils/tracers.py 86.84% <100.00%> (+1.54%) :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 cc2c2b7...802f602. Read the comment docs.

marcinzaremba commented 3 years ago

👍