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

feat(instrumentation): add instrumentation around echo event handling #1824

Merged
merged 2 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. feat(events): Add Gate generated id in the event being sent to echo

    Set the Gate generated event id as the top level event id in the event being sent to Echo.
    This conforms to Event.java as used by Echo to deserialize the event upon receipt.
    This also prevents Echo from generating yet another UUID.
    dbyron-sf authored and kirangodishala committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c5fee72 View commit details
    Browse the repository at this point in the history
  2. feat(instrumentation): Gate - Echo Events Metrics and Logging

    Wire up metrics around before and after manual pipeline execution events sent to Echo.
    Enable debug logging of specific event ids sent to Echo.
    dbyron-sf authored and kirangodishala committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d47a98f View commit details
    Browse the repository at this point in the history