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: Add metrics for ACK codes. #793

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. feat: Add metrics for ACK codes.

    This adds metrics for
    * `ua.command.ack.unknown_version` indicating ACK responses from the
      desktop UA that do not match known, send notifications.
    * `ua.command.ack {code: ###}` recording ACK'd messages broken out by
      returned `code`
    
    Closes: SYNC-4456
    jrconlin committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f749179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a7536 View commit details
    Browse the repository at this point in the history
  3. f Add comments, simplify ack check

    The notification version is the message_id. The message_id is an
    encrypted string containing the uaid, chid, topic or timestamp, etc.
    No need to check the channelId, since the version/message_id should
    already have it.
    jrconlin committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4bb2877 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. f remove labels

    jrconlin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    15d88d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:mozilla-services/autopush-rs into…

    … feat/SYNC-4456_track_code
    jrconlin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    172eef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    5d2a334 View commit details
    Browse the repository at this point in the history