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
customLabelssupport to all Helm chart resourcesPropagate custom labels as OpenTelemetry resource attributes
SE_OTEL_RESOURCE_ATTRIBUTESfor tracingRefactor templates to centralize label handling
Update documentation for new label and tracing behavior
Changes walkthrough 📝
53 files
Inject tracing attributes and refactor label handlingCentralize and merge custom label logic for resourcesUse centralized label merging for secretsUse merged labels and inject tracing attributesUse centralized label merging for HPAUse centralized label merging for scaled jobsUse centralized label merging for configmapUse merged labels and inject tracing attributesUse centralized label merging for serviceUse merged labels for edge node deploymentUse centralized label merging for edge node HPAUse centralized label merging for edge node scaled jobUse centralized label merging for event bus configmapUse merged labels and inject tracing attributesUse centralized label merging for event bus serviceUse merged labels for firefox node deploymentUse centralized label merging for firefox node HPAUse centralized label merging for firefox node scaled jobUse merged labels and inject tracing attributesUse centralized label merging for hub serviceUse centralized label merging for ingressUse centralized label merging for Jaeger ingressUse centralized label merging for logging configmapUse centralized label merging for monitoring exporter deploymentUse centralized label merging for monitoring exporter serviceUse centralized label merging for monitoring scrape secretUse centralized label merging for node configmapUse centralized label merging for KEDA delete jobUse centralized label merging for KEDA patch configmapUse centralized label merging for KEDA patch jobUse centralized label merging for KEDA RBAC roleUse centralized label merging for KEDA RBAC rolebindingUse centralized label merging for recorder configmapUse merged labels for relay node deploymentUse centralized label merging for relay node HPAUse centralized label merging for relay node scaled jobsUse centralized label merging for router configmapUse merged labels and inject tracing attributesUse centralized label merging for router serviceUse centralized label merging for secretsUse centralized label merging for server configmapUse centralized label merging for service accountUse centralized label merging for session map configmapUse merged labels and inject tracing attributesUse centralized label merging for session map serviceUse centralized label merging for session queue configmapUse merged labels and inject tracing attributesUse centralized label merging for session queue serviceUse centralized label merging for TLS secretUse centralized label merging for uploader configmapUse centralized label merging for video manager deploymentUse centralized label merging for video manager ingressUse centralized label merging for video manager service2 files
Update documentation for customLabels usageUpdate customLabels documentation for new behavior1 files
Add test values for customLabels and tracing