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

Open
jsimnz opened this issue Mar 14, 2022 · 3 comments
Open

[Epic] Add Observability (metrics) #293

jsimnz opened this issue Mar 14, 2022 · 3 comments
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
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

No branches or pull requests

4 participants