-
FEATURE: allow exporting label-only selectors such as
{job="prometheus"}from the Export Data dialog. Previously the export button required a named metric in the query. See #471. Thanks to @dmedovich for contributing. -
FEATURE: move the timestamp column first in exported CSV files and change the download to a direct link to avoid loading large datasets into the browser. Column order is controlled via the
formatparameter. See #471. Thanks to @dmedovich for contributing. -
FEATURE: provide a plugin binary for OpenBSD. Thanks to @ledeuns for contributing.
-
BUGFIX: preserve metric names containing special characters (e.g.
CellTemp(1)[°C]) in the Export Data flow. Such names are now wrapped into a__name__="..."matcher, producing a parseable selector. See #508. -
BUGFIX: fix selector validation errors in the Metrics Browser being reported as "undefined series found". Errors are now shown as a clear message. See #471. Thanks to @dmedovich for contributing.
-
BUGFIX: make label keys in the Export Data CSV options available even when the query has not been executed yet. Previously they were derived from the current panel response, so opening the export dialog before running the query (or on a query that returned no data) left the labels picker empty.