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

Telemetry #163

Open
slashdotdash opened this issue Apr 5, 2019 · 2 comments
Open

Telemetry #163

slashdotdash opened this issue Apr 5, 2019 · 2 comments
Assignees
Labels

Comments

@slashdotdash
Copy link
Member

slashdotdash commented Apr 5, 2019

Add metrics and instrumentation using the Telemetry library. This would allow runtime monitoring of Event Store usage.

  • Appended events
    • Count
    • Total time
  • Read events
    • Query duration
  • Subscriptions
    • Name
    • Stream identity
    • Last processed event
    • How far behind (e.g. number of stream events - last processed)
    • Acknowledgement

Telemetry.Poller allows periodic measurements, such as subscription monitoring as listed above.

@slashdotdash slashdotdash self-assigned this Apr 5, 2019
@slashdotdash
Copy link
Member Author

For reference these are the stats reported by Event Store (https://eventstore.org/).

@yordis
Copy link
Contributor

yordis commented Oct 27, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants