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

Support prometheus for monitoring #28

Open
saiya opened this issue Dec 5, 2020 · 0 comments
Open

Support prometheus for monitoring #28

saiya opened this issue Dec 5, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request server
Milestone

Comments

@saiya
Copy link
Owner

saiya commented Dec 5, 2020

  • Export golang standard expvar values (-> memstat)
  • Also export some information
    • Some runtime stat such as running goroutines
    • Cumulative count of each API error code (each variable represents code, value is map from endpoint type to count)
    • Cumulative count of each HTTP status codes (each variable represents HTTP status, value is map from endpoint type to count)
    • Current count of in-flight requests
    • Current count of in-flight Redis subscribers
    • Cumulative count of storage fatal errors (-> domain.IsStorageNonFatalError(error) == true)
  • Write document about monitoring
@saiya saiya added the server label Dec 5, 2020
@saiya saiya added this to the v0.9.0 milestone Dec 5, 2020
@saiya saiya self-assigned this Dec 5, 2020
@saiya saiya modified the milestones: v0.9.0, v0.3.0 Dec 13, 2020
@saiya saiya changed the title Support expvar for monitoring Support prometheus for monitoring Dec 17, 2020
@saiya saiya modified the milestones: v0.3.0, TBD Dec 20, 2020
@saiya saiya added the enhancement New feature or request label Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant