-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: proposal 1.7.0/0.33.0 #3259
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3259 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 203 203
Lines 6606 6606
Branches 1389 1389
=======================================
Hits 6163 6163
Misses 443 443 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🙂
We'll need to update the README.md
too. 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 thank you for making the release!
1.7.0
🐛 (Bug Fix)
#3129
📚 (Refine Doc)
🏠 (Internal)
Experimental/0.33.0
💥 Breaking Change
Add
resourceDetectors
option toNodeSDK
#3210NodeSDK.detectResources()
function is no longer able to receive config as a parameter.Instead, the detectors are passed to the constructor.
chore(metrics-sdk): clean up exports #3197 @pichlermarc
AccumulationRecord
Aggregator
AggregatorKind
Accumulation
createInstrumentDescriptor
createInstrumentDescriptorWithView
isDescriptorCompatibleWith
chore(api-metrics): clean up exports #3198 @pichlermarc
NOOP_COUNTER_METRIC
NOOP_HISTOGRAM_METRIC
NOOP_METER_PROVIDER
NOOP_OBSERVABLE_COUNTER_METRIC
NOOP_OBSERVABLE_GAUGE_METRIC
NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC
NOOP_UP_DOWN_COUNTER_METRIC
NoopCounterMetric
NoopHistogramMetric
NoopMeter
NoopMeterProvider
NoopMetric
NoopObservableCounterMetric
NoopObservableGaugeMetric
NoopObservableMetric
NoopObservableUpDownCounterMetric
NoopUpDownCounterMetric
feat(sdk-metrics): align MetricReader with specification and other language implementations #3225 @pichlermarc
chore(sdk-metrics): remove accidental export of the SDK
Meter
class #3243 @pichlermarc🚀 (Enhancement)
resourceDetectors
option toNodeSDK
#3210📚 (Refine Doc)
🏠 (Internal)