Rewrite the collection to use a custom collector. The result UUID is added to the metric as a label, and is optionally cached for SPEEDTEST_CACHE_FOR seconds.
This attempts to be largely backwards compatible, the only exception is the removal of the speedtest_server_id metric, this could be replaced by a label eventually.
Rewrite the collection to use a custom collector. The result UUID is added to the metric as a label, and is optionally cached for
SPEEDTEST_CACHE_FOR
seconds.This attempts to be largely backwards compatible, the only exception is the removal of the
speedtest_server_id
metric, this could be replaced by a label eventually.Fixes: #144