# Functions
checkMT queries all provided MT endpoints and provides a summary of all the outcomes; meaning the counts of each response matching each validator function, and the number of timeouts, and finally all others (non-timeouting invalid responses) we recommend for 60s duration to use 6000 requests, e.g.
Eq returns a comparator that checks whether a float equals the given float.
No description provided by the author
Eq returns a comparator that checks whether a float is bigger or equal than the given float (or both are NaN).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidaterCode returns a validator that validates whether the response has the given code.
ValidateCorrect returns a validator with a min number, which will validate whether we received a "sufficiently correct" response.
ValidateTargets returns a function that validates that the response contains exactly all named targets.
ValidatorAnd returns a validator that returns whether all given validators return true it runs them in the order given and returns as soon as one fails.
ValidatorAndExhaustive returns a validator that returns whether all given validators return true it runs them in the order given, always runs all of them, and prints a log at each run showing the intermediate status.
ValidatorAvgWindowed returns a validator that validates the number of series and the avg value of each series it is windowed to allow the dataset to include one or two values that would be evened out by a value just outside of the response.
ValidatorLenNulls returns a validator that validates that any of the series contained within the response, has a length of l and no more than prefix nulls up front.
# Structs
final outcome of check results.
No description provided by the author
No description provided by the author
Response is a convenience type: it provides original http and json decode errors, if applicable and also the decoded response body, if any.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author