feat: add opentelemetry plugin#6119
Conversation
leslie-tsang
left a comment
There was a problem hiding this comment.
Hello there, Thanks for you contribution, Can you send a email to the mail list ?
|
great, brother. |
bisakhmondal
left a comment
There was a problem hiding this comment.
Great job here. Kudos to you!
|
@yangxikun is it possible to make an |
|
| local trace_id_ratio_sampler_new = | ||
| require("opentelemetry.trace.sampling.trace_id_ratio_sampler").new |
There was a problem hiding this comment.
| local trace_id_ratio_sampler_new = | |
| require("opentelemetry.trace.sampling.trace_id_ratio_sampler").new | |
| local trace_id_ratio_sampler_new = require("opentelemetry.trace.sampling.trace_id_ratio_sampler").new |
I personally prefer to put them on the same line.
There was a problem hiding this comment.
I guess it's for Linting? > 100 char
There was a problem hiding this comment.
Yes, for linting.
|
Merged. Thanks! |
What this PR does / why we need it:
Add opentelemetry plugin.
Fix #3891
Pre-submission checklist: