Byron Ruth

Results 241 comments of Byron Ruth
trafficstars

@delaneyj I have thought about that and agree that would ideal if it could work. I guess my concern is that I want to handle the semantics of merging and...

To get more concrete... I am modeling computational research workflows where (think machine learning or statistical pipelines) which may involve a team of people. A workflow is often planned at...

Hm. Well I believe I was thinking about aggregates incorrectly. The workflow should be the aggregate that ultimately references other entities internally (but that is an implementation detail). I opened...

To make time first class for querying, the `Record` type would have to have a time field so the querying could be pushed down to the underlying store.

Appears to be two locations this is done: https://github.com/chop-dbhi/prometheus-sql/search?q=ToLower&unscoped_q=ToLower. The latter is a check to determine if its a facet or not, the former seems to be the root issue.

Yes please do. I think a config flag for this major cycle is the safest to not break anything. For your use case you can "turn it on". I will...

Good suggestion. I have actually run into this myself. This is a good idea. Another option is to add a `-watch` flag to automatically reload on detected changes (fsnotify or...

@andybrown668 Yes good point. I suppose if only the config files are being watched then any queries in a directory or file could be updated prior to "touching" the config...

@haxorof Appears automated builds on Docker Hub now require a paid account.