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

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Oct 30, 2024

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

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 jrconlin requested a review from pjenvey October 30, 2024 20:27
@jrconlin jrconlin marked this pull request as ready for review October 30, 2024 20:28
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.
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.

2 participants