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 WebSockets metrics #2649

Merged
merged 12 commits into from
Aug 15, 2024
Merged

feat: add WebSockets metrics #2649

merged 12 commits into from
Aug 15, 2024

Commits on Aug 5, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 13, 2024

  1. chore: remove unnecessary 'start' events

    remove:
    * upgrade_start
    * socket_open_start
    * maconn_open_start
    * maconn_close_start
    
    add:
    * socket_open_error
    SgtPooki committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    05bb4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9536f81 View commit details
    Browse the repository at this point in the history
  3. feat: add metricPrefix for WS listener

    added metricPrefix to `socket-to-conn.ts` and set in `listener.ts`
    
    remove:
    * maconn_abort - would have resulted in duplicate of `maconn_close_abort`
    * maconn_open_success - No logic actually happens during maconn creation.. should be build/compile/run error and not a metric.
    
    add: N/A
    
    change:
    * socket_close_success -> maconn_socket_close_success
    SgtPooki committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    24341d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    aa6a9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba44f7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69a861 View commit details
    Browse the repository at this point in the history
  4. chore: remove sink metrics

    SgtPooki committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5c8871a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: revert status

    achingbrain committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fe808b0 View commit details
    Browse the repository at this point in the history
  2. chore: log on event

    achingbrain committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ec974b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8524f80 View commit details
    Browse the repository at this point in the history