-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add gRPC examples with OTLP SDK #800
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #800 +/- ##
==========================================
+ Coverage 69.94% 70.22% +0.28%
==========================================
Files 42 42
Lines 4877 4886 +9
==========================================
+ Hits 3411 3431 +20
+ Misses 1315 1307 -8
+ Partials 151 148 -3 ☔ View full report in Codecov by Sentry. |
5c6256d
to
bb3eaac
Compare
bb3eaac
to
7837ddd
Compare
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.
any reason why the trace sample is in a client
subdirectory, but the metric one isn't?
7837ddd
to
12ac30c
Compare
It's not referring to the otlp client, it's 2 directories, edit: simplified it down to one file with a time.sleep |
Uses our basic examples with gRPC application default credential functions to send OTLP