Closed ao2017 closed 4 years ago
Merging #699 into master will decrease coverage by
0.35%
. The diff coverage is81.25%
.
@@ Coverage Diff @@
## master #699 +/- ##
============================================
- Coverage 54.17% 53.82% -0.36%
+ Complexity 3020 2971 -49
============================================
Files 728 729 +1
Lines 19678 19551 -127
Branches 1288 1292 +4
============================================
- Hits 10661 10523 -138
- Misses 8564 8576 +12
+ Partials 453 452 -1
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 0222c51...bb4e298. Read the comment docs.
This is the first of several PRs that will add distribution support to heroic. With Distribution support heroic will be able to provide histogram data based on data distribution. Distribution support will also enable Opencensus metric import. This PR implements Spotify100Proto consumer and BigtableBackend(ingestion). What is New:
Spotify100 Proto Consumer: This PR introduces a new dataPoint type.
Referecence: https://github.com/spotify/heroic/issues/695