Barry Evans
Barry Evans
Yes I know of these principles. I have some strong thoughts on this now and a rough design. I will try and write them up before igoon holiday
Exactly. I already have thought it out. The data saved to files should be selectively reloaded to populate any charts as well. This would be automatic
Ok, sounds good. I've got the design sketched out but I don't want to start this yet. We need to finish what we have on the go in 3.10
For this issue I just want to improve how we capture various metrics in a generic way. At the moment we use bespoke specific approaches which makes it difficult to...
Here are some thoughts on how this can be implemented. Metrics are a sequence of time based measurements or data points. They are unique under a number of attributes: -...
Exactly, I did some research to see if there was an off the shelf Java library but I could not find one. I want to deliver a generic UI screen,...
Columnar storage is not needed for this repository. There is no need to return a subset of columns in this use case. A simple RDMS will do it.
Yes it should be straight forward. Table for keys and a table for data points with a foreign key between them. I'll do this via a different Metric subclass. I...
@dependabot rebase
Yes I can look but the priority based onTaskScope will go against the randomly selection based on Score. Let me have a think