pull_request_template

Summary

< ONE_LINE_SUMMARY>

Primary Changes:

  • < Change 1 >

  • < Change 2 >

Secondary Changes:

  • < Change 1 >

  • < Change 2 >

You can use the following as a helper for an LLM of your choice:

git --no-pager diff main  -- ':!*.pb.go' ':!*.pulsar.go' ':!*.json' ':!*.yaml' ':!*.yml' ':!*.gif' ':!*.md' | diff2html -s side --format json -i stdin -o stdout | pbcopy

Issue

  • Issue or PR: #{ISSUE_OR_PR_NUMBER}

Type of change

Select one or more from the following:

QoS Checklist

E2E Validation & Tests

Observability

1

Run path up

Run:

make path_up
2

Run the E2E test

Run the following E2E test:

make test_request__shannon_relay_util_100
3

View results

View results in LocalNet's PATH Relay Grafana Dashboard:

http://localhost:3003/d/relays/path-service-requests

Sanity Checklist

Was this helpful?