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

[Epic] Add Observability (metrics) #293

Closed
jsimnz opened this issue Mar 14, 2022 · 3 comments · Fixed by #3404
Closed

[Epic] Add Observability (metrics) #293

jsimnz opened this issue Mar 14, 2022 · 3 comments · Fixed by #3404
Assignees
Labels
epic Includes sub-issues feature New feature or request perf Performance issue or suggestion

Comments

@jsimnz
Copy link
Member

jsimnz commented Mar 14, 2022

Using a combination of prometheus/statsd/etc

Add various metric tracking to the database node server

Initial metric ideas:

  • CPU usage
  • Memory usage
  • Total storage (bytes)
  • Total documents
  • Total collections
  • Size per collection (bytes)
  • Per Collection
    • size (bytes)
    • total documents
    • total queries
    • queries per second
    • full scans
    • index scans
    • transactions
    • query response time (latency, histogram, 90th, 99th, etc)
    • size of query
  • KV
    • kv ops
  • ... more to come

Just an initial (non-exhaustive) list of possible stats

@jsimnz jsimnz added feature New feature or request epic Includes sub-issues perf Performance issue or suggestion labels Mar 14, 2022
@orpheuslummis
Copy link
Contributor

@orpheuslummis
Copy link
Contributor

@orpheuslummis
Copy link
Contributor

@shahzadlone shahzadlone added this to the DefraDB v0.4 milestone Dec 6, 2022
@shahzadlone shahzadlone self-assigned this Dec 13, 2022
@fredcarle fredcarle modified the milestones: DefraDB v0.4, DefraDB v0.5 Dec 20, 2022
@fredcarle fredcarle modified the milestones: DefraDB v0.6, DefraDB v0.7 Aug 24, 2023
@fredcarle fredcarle removed this from the DefraDB v0.7 milestone Jan 4, 2024
@nasdf nasdf assigned nasdf and unassigned shahzadlone Jan 21, 2025
@nasdf nasdf closed this as completed in 34eab3f Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Includes sub-issues feature New feature or request perf Performance issue or suggestion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants