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

Verifier CLI: Support OpenTelemetry and print tracing context on interactions that fail to verify #450

Open
spockz opened this issue Jun 24, 2024 · 2 comments

Comments

@spockz
Copy link

spockz commented Jun 24, 2024

When verifying whether a response matches the interaction the cli already prints what did and what didn't match. We are verifying numerous interactions in pipelines. We also have enabled distributed tracing (OpenTelemetry) for our applications. Since troubleshooting exactly which request failed and why it would be useful to know the trace id (traceparent) for the request that failed.

Therefore, it would be nice if the verifier would emit tracing via OpenTelemetry and print the tracing context on each failed interaction. Alternatively, if this is too large of a feature/discussion, we could also print certain response headers in case of failure. This could be used to print the traceparent header.

@YOU54F
Copy link
Member

YOU54F commented Jun 25, 2024

I like the sound of integrating otel with Pact, potentially as an alternative to GA for tracking, it might allow for users to point to their own data collector, or allow it go to a central source.

I have used distributed tracing with x-ray before in AWS but pretty new to otel. so would love to know more about your setup and how you invisage something looking

would you want to register with their own otel collector?

Are you testing against a deployed service rather than a local one, and have external deps that aren’t mocked out? like are you pushing these results somewhere to aggregate either in the cloud or locally?

Tangentially related, we had someone who was printing out curl statements so they could easily rerun an interaction outside of Pact

pact-foundation/pact-jvm#1507

I quite like that and think that could certainly be capitalised on.

Anything that improves a users experience on troubleshooting failures and reducing the size of the haystack they have to investigate is right up my alley.

Could we improve the troubleshooting experience by cleaning up the logging some what so it either wasn't so exhaustive on at the point of failure, a user is armed with plenty of info of which to act upon (it currently requires a bit of searching through logs to really piece together what is going on)

@mefellows
Copy link
Member

Tangentially related is this request: https://pact.canny.io/feature-requests/p/cache-provider-contract-on-pact-broker

Being able to collect and store the actual req/res payloads in the Pact Broker would be super helpful in debugging failed tests. This is different, but wanted to link it.

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

No branches or pull requests

3 participants