Promlens Versions Save

PromLens – The query builder, analyzer, and explainer for PromQL

v0.3.0

1 year ago
  • [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #66
  • [BUGFIX] Grafana backend: Overwrite authorization header instead adding another one. #60
  • [FEATURE] Sharing: Support Postgres database. #59

v0.2.0

1 year ago
  • [FEATURE]: Add --version flag and promlens_build_info metric. #54
  • [CHANGE]: Remove support for illumos and dragonfly platforms, as well as several specific platform/architecture combinations (see the downloads at https://github.com/prometheus/promlens/releases/tag/v0.2.0 for all available build targets). #50
  • [ENHANCEMENT]: Allow building PromLens without CGO by switching to the pure-Go SQLite library glebarez/go-sqlite. This also deprecates the flag value --shared-links.sql.driver=sqlite3 in favor of --shared-links.sql.driver=sqlite. #42
  • [ENHANCEMENT]: Allow end-of-file newlines in the Grafana key file by trimming whitespace from the file contents. #43
  • [BUGFIX]: Fix PromQL syntax highlighting in the text editor by updating / removing various npm dependencies. #47
  • [BUGFIX]: Fix serving of /favicon.ico. #36

v0.1.0

1 year ago

This version marks the initial open-sourcing of PromLens to the Prometheus project by PromLabs. See the PromLabs announcement blog post for more details. Note that we are resetting the versioning scheme from the prior proprietary PromLabs version 1.1.0 back to 0.1.0, as this gives us more flexibility with regards to breaking changes. The rationale for allowing a version reset is that the project now lives under a new namespace and governance, including a new location for its source code and Docker images.

  • [BREAKING]: All flags related to license keys (--license.key and --license.key-file) have been removed.
  • [FEATURE]: All features that previously required a license key are now fully unlocked without a key.
  • [FEATURE]: PromLens releases are now published for a wide range of architectures and platforms, both as binary tarballs and as Docker images. See the GitHub releases page and the Docker Hub page for details.
  • [FEATURE]: The PromLens web server now supports TLS, authentication, and other web-based settings, using a new --web.config.file flag that works like the equivalent flag in Prometheus.
  • [FEATURE]: The PromLens web server now supports listening on multiple addresses by repeating the --web.listen-address flag.
  • [FEATURE]: The PromLens web server now supports using a systemd activation listener by using the --web.systemd-socket flag.
  • [ENHANCEMENT]: When pressing <Enter> in the expression text editor, the query data for the Graph / Table / Explain tabs in the node visualizer pane are now refreshed even if the expression has not changed.
  • [ENHANCEMENT]: Several PromLabs-specific references and pages have been removed from the web UI.
  • [ENHANCEMENT]: Various Go- and JavaScript-related dependencies have been updated to their latest versions, which also adds support for the day_of_year() PromQL function.