Marcelo Magallon

Results 90 comments of Marcelo Magallon

This needs to include the region ID (or use the "global" check ID). And I think Simon is right, the global check ID (which allows us to identify the API...

Somewhat related: https://github.com/grafana/grafana/issues/88027

Is the plugin configured to talk to that API server? (for the plugin it should be `-api-` instead of `-grpc-`; it should show up in the plugin's config page)

Interested in this as well... Note that the algorithm requires computing the median twice. The outer median is computed over the absolute differences wrt to the median of the values....

@beorn7 thanks! re: `query_time()`, for symmetry, wouldn't we want to add `query_start_time()` and `query_end_time()`? I don't love those names. Same as `end()` doesn't convey want it does (I wasn't expecting...

Also, this issue is several years old... Have we changed our stance on adding `mad(...)` and `mad_over_time(...)`? (mad meaning median absolute deviation, not mean absolute deviation). The reason why MAD...

Also along that line, would it be possible to clarify when the version number changes? Does a version number change signal the _start_ or the _end_ of a development cycle?

I was actually thinking about this... One option is to use a version like 1.0.x to indicate that the program implements support for P4 1.0, and x is just the...