Skip to content

Releases: nalbury/promql-cli

Release v0.3.0

31 Dec 21:45
4f3fd58
Compare
Choose a tag to compare

This release includes the following additions/fixes:

  • prebuilt images/artifacts for both intel/arm on macOS and linux
  • the meta command which retrieves the metadata of a metric
  • support for basic and bearer auth
  • support for mTLS connections
  • support for a static --time flag for historical instant queries
  • moves the metrics command to the series API which allows for passing a full promql query when searching for metrics
  • deduplicates metric names in metrics command response

Release v0.2.1

11 Jan 01:06
b1dbc34
Compare
Choose a tag to compare

v0.2.0

27 Sep 14:10
c0b127f
Compare
Choose a tag to compare

Changes

  • Added labels command to get available labels for a query
  • Converted all stdout writing to a set of common writer interfaces
  • Basic test coverage for writer pkg
  • Moved errors to stderr
  • Handle missing config file