Hi all,
We have released PromLens 0.4.0:
https://github.com/prometheus/promlens/releases/tag/v0.4.0This is the final PromLens release. The repository is now archived and
PromLens will not be updated further.
Much of PromLens' functionality has been merged into the Prometheus
server's "Explain" tab, where it is kept up to date. We recommend using
that going forward.
0.4.0 updates PromQL support to Prometheus 3.13. Highlights:
* UTF-8 metric and label names.
* All functions added since Prometheus 2.55, e.g. info(),
sort_by_label(), mad_over_time(), and the native histogram functions.
* Native histogram results in the table and graph views.
* Experimental features: extended range selectors (anchored/smoothed),
duration expressions, limitk()/limit_ratio(), and the
fill()/fill_left()/fill_right() binary operator modifiers.
* Warnings and infos from the Prometheus query API are displayed next
to query results and tree nodes.
Note: some experimental features, such as duration expressions, are not
fully implemented in the frontend. The expression editor underlines
them as errors, but they still parse and execute correctly.
Full changelog:
https://github.com/prometheus/promlens/blob/main/CHANGELOG.mdWe would like to thank PromLabs and Chronosphere for open sourcing
PromLens, and everyone who contributed over the years.
Regards,
Julien