Skip to content

v0.68.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 16:04
· 34 commits to main since this release
c5ff536

Added

Changed

  • pint now uses Prometheus 3.0 libraries
    for parsing PromQL, which adds support for new query syntax that allows for dots and UTF-8 chars
    in metric/label names, example:

    {"status.üp"} == 0
  • promql/rate will now report a warning if it detects a rate(sum(...))
    but doesn't have metadata to confirm if ... is a counter or not.