uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.01k stars 234 forks source link

remove hard coded shard 0 in debug ui #229

Closed jshencode closed 5 years ago

jshencode commented 5 years ago

remove hard coded shard 0 in debug ui

codecov-io commented 5 years ago

Codecov Report

Merging #229 into master will decrease coverage by 0.01%. The diff coverage is 37.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
- Coverage   69.23%   69.22%   -0.02%     
==========================================
  Files         155      155              
  Lines       20701    20707       +6     
==========================================
+ Hits        14333    14335       +2     
- Misses       5267     5269       +2     
- Partials     1101     1103       +2
Impacted Files Coverage Δ
datanode/datanode.go 0% <0%> (ø) :arrow_up:
api/debug_handler.go 73.87% <42.85%> (-0.56%) :arrow_down:
memstore/cuckoo_index.go 90.26% <0%> (-1.01%) :arrow_down:
controller/mutators/etcd/schema_mutator.go 60.94% <0%> (+1.77%) :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 b1a6322...3315076. Read the comment docs.