-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
kubeletstats receiver: do not break down metrics batch #754
kubeletstats receiver: do not break down metrics batch #754
Conversation
acc003b
to
cce779f
Compare
Codecov Report
@@ Coverage Diff @@
## master #754 +/- ##
=======================================
Coverage 87.42% 87.43%
=======================================
Files 210 210
Lines 11430 11430
=======================================
+ Hits 9993 9994 +1
+ Misses 1095 1094 -1
Partials 342 342
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Please rebase |
cce779f
to
fea0303
Compare
Fix the CI? |
Do not break down metrics batch before sending to the downstream
fea0303
to
26129b2
Compare
@bogdandrutu fixed |
Added setting of span attribute "span.kind" to "internal" when translating from OTLP to OC and translate back to SpanKindINTERNAL when translating from OC to OTLP. **Link to tracking Issue:** #1136 #754 **Testing:** All tracing correctness tests involving only otlp and opencensus receivers and exporters now report a zero failure count.
Replace sdktrace.WithResourceAttributes() with WithResource()
Do not break down metrics batch before sending to the downstream
Resolves: #703