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

[EventHubs] Stress test embracing azure application insights for metrics/traces #18792

Closed
yunhaoling opened this issue May 18, 2021 · 0 comments · Fixed by #18837
Closed

[EventHubs] Stress test embracing azure application insights for metrics/traces #18792

yunhaoling opened this issue May 18, 2021 · 0 comments · Fixed by #18837
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew
Milestone

Comments

@yunhaoling
Copy link
Contributor

yunhaoling commented May 18, 2021

This is part 1/2 of the stress test improvement -- we could use azure applications insights + azure dashboard to better monitor our stress test running status. (part 2/2 here)

the stress test scenarios are (sync and async):

  • send
  • receive
  • receive with checkpointstore

Metrics could include (but not limited to):

  • send
    • published events count
    • error count
  • receive
    • consumed events count
    • error count
  • hardware
    • cpu usage
    • memory usage
  • advanced
    • checkpointstoreblob call failures

Traces could include (but not limited to):

  • warning/error information

Action item:

  • update the current stress test code to embrace application insights
  • utilize azure dash board to show the aforementioned metrics/traces
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew
Projects
None yet
2 participants