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

Feature/arbitrary process flow marking #327

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

ysugimoto
Copy link
Owner

This PR provided feature that the user add arbitrary flow log on simulator.

Usage

Put @process [name] annotation comment on your subroutine and the simulator add flow log the snapshop status (scope, req, beresp, etc...) , and enable to see on a simulator response.

Example:

sub vcl_recv {
   ...
   // @process some_status
   set req.http.Foo = "bar";
}

@ysugimoto ysugimoto merged commit 3bd6774 into main Jun 17, 2024
4 checks passed
@ysugimoto ysugimoto deleted the feature/arbitrary-process-flow-marking branch June 17, 2024 06:50
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.

1 participant