ExpediaGroup / adaptive-alerting

Anomaly detection for streaming time series, featuring automated model selection.
Apache License 2.0
204 stars 49 forks source link

remove tracing for KafkaAnomalyDetectorMapper as source library repor… #762

Closed dinilatgit closed 4 years ago

dinilatgit commented 4 years ago

…ts internal error with use

codecov[bot] commented 4 years ago

Codecov Report

Merging #762 into master will increase coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
+ Coverage   88.41%   88.71%   +0.29%     
==========================================
  Files         171      171              
  Lines        3540     3527      -13     
  Branches      244      243       -1     
==========================================
- Hits         3130     3129       -1     
+ Misses        330      318      -12     
  Partials       80       80              
Impacted Files Coverage Δ
...tivealerting/kafka/KafkaAnomalyDetectorMapper.java 100.00% <ø> (+26.66%) :arrow_up:
...pedia/adaptivealerting/kafka/StreamsAppConfig.java 100.00% <ø> (ø)

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 74eef2a...1ccc665. Read the comment docs.

dinilatgit commented 4 years ago

Exception in thread "main" java.lang.IllegalAccessError: tried to access class io.opentracing.contrib.kafka.SpanDecorator from class io.opentracing.contrib.kafka.streams.TracingKafkaClientSupplier for lines 72 and 47 in TracingKafkaClientSupplier in the stacktrace

error is reported when using the library for tracing KStreams.