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

emit request URI in signature handler response log #976

Merged
merged 1 commit into from
Sep 7, 2024

Commits on Sep 6, 2024

  1. emit request URI in signature handler response log

    The log entries for the signature handler response don't include the
    exact kind of API call it was in them, making it hard to suss out who is
    doing certain kinds of traffic.
    
    I was looking to see how was making the tens of /sign/hash requests we
    see in production that I saw in the metrics, and couldn't easily
    correlate them to the logs to figure out which users were in play.
    
    This would be better as a tracing set up, but Mozilla doesn't have the
    observability platform for that right now.
    jmhodges committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    846407e View commit details
    Browse the repository at this point in the history