-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: add opentelemetry plugin #6119
Conversation
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.
Hello there, Thanks for you contribution, Can you send a email to the mail list ?
great, brother. |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it's for Linting? > 100 char
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.
Yes, for linting.
Merged. Thanks! |
What this PR does / why we need it:
Add opentelemetry plugin.
Fix #3891
Pre-submission checklist: