beam-telemetry / telemetry_metrics

Collect and aggregate Telemetry events over time
https://hexdocs.pm/telemetry_metrics
Apache License 2.0
207 stars 33 forks source link

Remove `metric_type` field from `t()` type #16

Closed arkgil closed 5 years ago

arkgil commented 5 years ago

The field is not used anymore since every metric spec should be a struct.

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files           1        1           
  Lines          56       56           
=======================================
  Hits           52       52           
  Misses          4        4
Flag Coverage Δ
#1_5_otp18 92.85% <ø> (ø) :arrow_up:
#1_5_otp20 92.85% <ø> (ø) :arrow_up:
#1_7_otp19 92.85% <ø> (ø) :arrow_up:
#1_7_otp21 92.85% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
lib/telemetry_metrics.ex 92.85% <ø> (ø) :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 9348663...ff9df24. Read the comment docs.