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

More metrics #47685

Open
jkarneges opened this issue May 8, 2020 · 2 comments
Open

More metrics #47685

jkarneges opened this issue May 8, 2020 · 2 comments

Comments

@jkarneges
Copy link
Member

We should offer some extra metrics:

  • report: number of new connections
  • report: number of disconnections
@agarwal-nitesh
Copy link

Is it possible to track message delivery for a pushpin WS connection? Something inline with stomp?

@jkarneges
Copy link
Member Author

Knowing if a message was delivered would require the client to send an acknowledgement, but since the API interactions between the client and Pushpin are up to you, this is pretty much out of scope. However, if you define an ack message for the client to send, and the client sends that, your origin server will receive the message and can act on 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

No branches or pull requests

2 participants