Skip to content

grafana-pcp v1.0.0

Compare
Choose a tag to compare
@andreasgerstmayr andreasgerstmayr released this 11 Oct 17:45
· 514 commits to main since this release

1.0.0 (2019-10-11)

bpftrace

  • support for Flame Graphs
  • context-sensitive auto completion for bpftrace probes, builtin variables and functions incl. help texts
  • parse output of bpftrace scripts (e.g. using printf()) as CSV and display it in the Grafana table panel
  • sample dashboards (BPFtrace System Analysis, BPFtrace Flame Graphs)

Vector

  • table output: show instance name in left column
  • table output: support non-matching instance names (cells of metrics which don't have the specific instance will be blank)

Vector & bpftrace

  • if the metric/script gets changed in the query editor, immeditately stop polling the old metric/deregister the old script
  • improve pmwebd compatibility

miscellaneous

  • help texts for all datasources (visible with the [ ? ] button in the query editor)
  • renamed PCP Live to PCP Vector
  • logos for all datasources
  • improved error handling