Closed a-feld closed 4 years ago
Merging #25 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #25 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 307 301 -6
Branches 21 23 +2
=========================================
- Hits 307 301 -6
Impacted Files | Coverage Δ | |
---|---|---|
src/newrelic_telemetry_sdk/metric.py | 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 904e0f6...be964a3. Read the comment docs.
This PR provides the following updates to the metric interface:
Metric.from_value
interfaceinterval_ms
required forCount
andSummary
metric types in the SDK, to match with the metric API requirements.