K8s: Helm config customLabels
to add more tracing resource attributes
#2858
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Motivation and Context
Types of changes
Checklist
PR Type
enhancement
Description
Add
customLabels
support to all Helm chart resourcesPropagate custom labels as OpenTelemetry resource attributes
SE_OTEL_RESOURCE_ATTRIBUTES
for tracingRefactor templates to centralize label handling
Update documentation for new label and tracing behavior
Changes walkthrough 📝
53 files
Inject tracing attributes and refactor label handling
Centralize and merge custom label logic for resources
Use centralized label merging for secrets
Use merged labels and inject tracing attributes
Use centralized label merging for HPA
Use centralized label merging for scaled jobs
Use centralized label merging for configmap
Use merged labels and inject tracing attributes
Use centralized label merging for service
Use merged labels for edge node deployment
Use centralized label merging for edge node HPA
Use centralized label merging for edge node scaled job
Use centralized label merging for event bus configmap
Use merged labels and inject tracing attributes
Use centralized label merging for event bus service
Use merged labels for firefox node deployment
Use centralized label merging for firefox node HPA
Use centralized label merging for firefox node scaled job
Use merged labels and inject tracing attributes
Use centralized label merging for hub service
Use centralized label merging for ingress
Use centralized label merging for Jaeger ingress
Use centralized label merging for logging configmap
Use centralized label merging for monitoring exporter deployment
Use centralized label merging for monitoring exporter service
Use centralized label merging for monitoring scrape secret
Use centralized label merging for node configmap
Use centralized label merging for KEDA delete job
Use centralized label merging for KEDA patch configmap
Use centralized label merging for KEDA patch job
Use centralized label merging for KEDA RBAC role
Use centralized label merging for KEDA RBAC rolebinding
Use centralized label merging for recorder configmap
Use merged labels for relay node deployment
Use centralized label merging for relay node HPA
Use centralized label merging for relay node scaled jobs
Use centralized label merging for router configmap
Use merged labels and inject tracing attributes
Use centralized label merging for router service
Use centralized label merging for secrets
Use centralized label merging for server configmap
Use centralized label merging for service account
Use centralized label merging for session map configmap
Use merged labels and inject tracing attributes
Use centralized label merging for session map service
Use centralized label merging for session queue configmap
Use merged labels and inject tracing attributes
Use centralized label merging for session queue service
Use centralized label merging for TLS secret
Use centralized label merging for uploader configmap
Use centralized label merging for video manager deployment
Use centralized label merging for video manager ingress
Use centralized label merging for video manager service
2 files
Update documentation for customLabels usage
Update customLabels documentation for new behavior
1 files
Add test values for customLabels and tracing