Skip to content

grafana-pcp v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 19:01
· 111 commits to main since this release

3.2.0 (2021-11-11)

  • dashboards: new MS SQL server dashboard for PCP Redis
  • dashboards: do not hide empty buckets in PCP Vector eBPF/BCC Overview dashboard
  • dashboards: set revision for all dashboards
  • redis: utilize query.options settings, same as PCP Vector
  • redis: fix metric() function to return all metric names if no parameter is specified
  • vector: perform rate conversion only if it's enabled in the query options (it is by default)
  • build: add workaround to replace deprecated md4 hash algorithm with sha256 during build (md4 is unavailable in OpenSSL 3.0)
  • build: update Node.js and Go dependencies, and grafonnet
  • build: double-zip build artifacts in the CI workflow to preserve permissions (see actions/upload-artifact#38)
  • build: add zip Makefile target, run grafana/plugincheck in CI workflow
  • docs: add PCP Vector eBPF/BCC Overview dashboard screenshots