Skip to content

Add pod ip to via downward API to Trace Attributes #13981

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jseiser
Copy link
Contributor

@jseiser jseiser commented Apr 30, 2025

Provide additional attributes for tracing associations

Modified the helm templates to add the pod IP, and the jaeger injector to add it to the standard attributes

Deploying should show the ip as a trace attribute

Fixes #13980

@jseiser jseiser requested a review from a team as a code owner April 30, 2025 16:44
@sfleen sfleen self-assigned this May 6, 2025
@sfleen
Copy link
Contributor

sfleen commented May 6, 2025

Thanks for the PR!

Looks like the test goldens need to be updated, can you run this command from the testing docs?

go test ./cli/cmd/... --update

@jseiser
Copy link
Contributor Author

jseiser commented May 6, 2025

Updated

Provide additional attributes for tracing associations

Modified the helm templates to add the pod IP, and the jaeger injector to add it to the
standard attributes

Deploying should show the ip as a trace attribute

Fixes linkerd#13980

Signed-off-by: Justin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add k8s.pod.ip to LINKERD2_PROXY_TRACE_EXTRA_ATTRIBUTES
2 participants