ExpediaGroup / adaptive-alerting

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

Bug fix for elastic search url #741

Closed karanshah03 closed 4 years ago

karanshah03 commented 4 years ago

Bug fix for elastic search url. We don't use host and port but the entire URL as HttpHost

codecov[bot] commented 4 years ago

Codecov Report

Merging #741 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #741      +/-   ##
==========================================
- Coverage   88.23%   88.22%   -0.01%     
==========================================
  Files         170      168       -2     
  Lines        3382     3381       -1     
  Branches      237      236       -1     
==========================================
- Hits         2984     2983       -1     
  Misses        318      318              
  Partials       80       80              
Impacted Files Coverage Δ
.../modelservice/elasticsearch/ElasticsearchUtil.java 60.00% <ø> (ø)
...odelservice/elasticsearch/ElasticsearchConfig.java 100.00% <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 6fa7747...7952714. Read the comment docs.