-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Install otel
extras in docker image and remove experimental flag setting
#16412
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #16412 will not alter performanceComparing Summary
|
4a3d964
to
b30de6d
Compare
b30de6d
to
d3d1143
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.
One nit on the setting name, but otherwise this looks good to me!
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.
LGTM!
This pull request is stale because it has been open 14 days with no activity. To keep this pull request open remove stale label or comment. |
Now that we have the client-side traces in a good place this removes the experimental flag and makes telemetry enable based on whether or not it's talking to cloud and the otel extras are installed. It also installs the otel extras in the docker image by default.
Closes CLOUD-842