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

When debugging it's often useful to confirm that an application has correctly recognised and parsed the configuration provided. Add an HTTP endpoint that outputs configuration as parsed by Timbala.

enhancement

While we can reasonably expect a user to configure a reverse HTTP proxy to add encryption and authentication between client and server, doing so for internal communication between nodes in...

enhancement
decision
security

The Go runtime version is specified in multiple places: https://github.com/mattbostock/timbala/pull/85/files Define it in one place to avoid some versions being upgraded but others being forgotten about.

enhancement

Add tests and documentation for #135.

enhancement
reliability

Using the technique described in: https://dave.cheney.net/2013/06/19/stress-test-your-go-packages This should help to detect obscure race conditions.

enhancement
reliability