Skip to content
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

With distributed tracing #41

Merged
merged 3 commits into from
Apr 20, 2023
Merged

Conversation

winkingturtle-vmw
Copy link
Contributor

What is this change about?

Update Rep logging calls to use new WithTraceInfo() method, which appends an trace-id based on the VCAP_REQUEST_ID. This will allow users to trace a request from Gorouter through Diego components. See cloudfoundry/lager@1e35ce1

What problem it is trying to solve?

Allows operators to troubleshoot a workflow through multiple components of CF.

How should this change be described in diego-release release notes?

Add zipkin trace-id to Diego (using lager WithTraceInfo() method).

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Apr 20, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@winkingturtle-vmw winkingturtle-vmw force-pushed the with-distributed-tracing branch from 16fe8d0 to c7dcc77 Compare April 20, 2023 14:30
Signed-off-by: Brandon Roberson <broberson@vmware.com>
Signed-off-by: Nick Rohn <nrohn@vmware.com>
there seems to be no code-path that would do any logging for
evacuation_handler
@winkingturtle-vmw winkingturtle-vmw force-pushed the with-distributed-tracing branch from c7dcc77 to 66e2a8f Compare April 20, 2023 14:33
Copy link
Contributor

@MarcPaquette MarcPaquette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@winkingturtle-vmw winkingturtle-vmw merged commit 0de86f2 into main Apr 20, 2023
@jrussett jrussett deleted the with-distributed-tracing branch May 9, 2024 23:03
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.

2 participants