-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docker: Env var SE_OTEL_RESOURCE_ATTRIBUTES
to add more tracing attributes
#2857
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
CI Feedback 🧐(Feedback updated until commit 356f279)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
…ributes Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Fixes #2839
Add more attributes to the OpenTelemetry resource, e.g. "service.version=1.0.0,deployment.environment=production"
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Add support for
SE_OTEL_RESOURCE_ATTRIBUTES
env var in tracingAllow custom OpenTelemetry resource attributes in all Grid components
Update JVM args construction for tracing configuration
Changes walkthrough 📝
10 files
Add support for custom OTEL resource attributes in distributor
Enable custom OTEL resource attributes in eventbus
Add custom OTEL resource attributes support in hub
Support custom OTEL resource attributes in node base
Enable custom OTEL resource attributes in node docker
Add custom OTEL resource attributes to router
Support custom OTEL resource attributes in session queue
Add custom OTEL resource attributes to sessions
Enable custom OTEL resource attributes in standalone
Add support for custom OTEL resource attributes in standalone docker