Move metric code to a separate package#1321
Move metric code to a separate package#1321MrAlias merged 2 commits intoopen-telemetry:masterfrom krnowak:new-api-3
Conversation
|
I'm not really sure if the changelog entry is correct. Was the metrictest package merged into metric package or it rather went into oteltest package? |
Codecov Report
@@ Coverage Diff @@
## master #1321 +/- ##
======================================
Coverage 77.3% 77.3%
======================================
Files 122 122
Lines 5978 5978
======================================
Hits 4622 4622
Misses 1107 1107
Partials 249 249
|
It was merged into the oteltest package. I didn't include that package in this encapsulation, but am not sure the best course of action there. It felt appropriate for a separate issue. |
Alright, I'll amend the changelog to mention this.
|
I'm going to add this to tomorrows SIG meeting agenda. I'm interested to hear if others have suggestions. |
* Move metrics code to metric package * Update changelog
Part of #1303