Preetam
Preetam
Follow-up to https://github.com/Cistern/cistern/issues/93.
[This](https://github.com/Cistern/cistern/blob/08fe6395b07d6065d38613652d2d5f79dd39237b/cmd/cistern/query.go#L49-L327) giant function to execute queries isn't very clean. **Task:** Design and implement abstractions for query execution. Misc steps (subject to change): - [ ] Create an aggregation interface. These...
This needs more examples and pictures. https://cistern.github.io/docs/#query-language
The UI doesn't report any errors right now.
Prometheus's [data model](http://prometheus.io/docs/concepts/data_model/) is kind of interesting. I'm not sure if tags are completely necessary. Their definition of a "time series" is (emphasis mine): > streams of timestamped values belonging...
(TODO)