timbala icon indicating copy to clipboard operation
timbala copied to clipboard

Durable time-series database that's API-compatible with Prometheus.

Results 48 timbala issues
Sort by recently updated
recently updated
newest added

Determine a partition key, used to determine which nodes are responsible for which time series. ## Trade-offs to consider __Load distribution__: - Want to avoid underutilising the cluster by only...

decision

Add a roadmap linking to the GitHub milestones so that: - it's clear what the current project status is - it's clear what features are planned next

documentation

enhancement
help wanted

enhancement
help wanted

https://github.com/dvyukov/go-fuzz

enhancement
security

The current [partition key schema](https://github.com/mattbostock/timbala/pull/137/commits/91100d126227f765f03f16bbc72aec31f8117380), in addition to the lack of any centralised index, requires that queries must be run against all nodes in the cluster. The current schema can...

bug