mimir-d

Results 32 issues of mimir-d

contrib document still references facebook. we need to change this to ocp

in the table of valid artifacts for test steps, the measurements and series (start, end, element) have definition items in the right column which are missing links ref: https://github.com/opencomputeproject/ocp-diag-core/tree/main/json_spec#test-step-artifacts

bug

The validator reference value field has a primitive type currently (bool, numeric, string), but for some of the types (set in, not in) it should also be a list of...

New feature: for usage in the test descriptor template json, add a new userfunc that takes the current server timestamp and renders it in the given format spec, as a...

enhancement
good first issue

there's some stale sections on the readme, fix badges and other links needs a general overhaul

bug
documentation

Currently log entries only have job_id and run_id as fields coming from core. It would make debugging easier if the step label would be in the fields set. Other fields...

enhancement
good first issue

After feedback from multiple parties, it's not clear that the "name" in steps, targets managers, etc has to match with a plugin name from codebase. Should switch all "name" references...

enhancement
good first issue
v2_overhaul

Current state: the serialization/deserialization of JSON is done with the golang "encoding/json" package which only understands the standard ECMA flavor. It has proven useful to have comments in the input...

enhancement
good first issue
v2_overhaul

**Issue by [marcoguerri](https://github.com/marcoguerri)** _Wednesday Feb 05, 2020 at 12:51 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/23_ ---- I have been thinking of how to implement single target cancellation for two reasons: 1)...

Currently, all of the parameters are expected to be lists, even when it is unnecessary (like the "binary" below). ```json { "name": "gathercmd", "label": "make_logdirs", "parameters": { "binary": ["mkdir"],

bug
v2_overhaul