Skip to content

Commit

Permalink
chore: update broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Jun 25, 2021
1 parent 7bd14ef commit ed42761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:

- name: Installing jsonnet, jsonnet-bundler and grafana/plugin-validator
run: |
GO111MODULE=off go get github.com/google/go-jsonnet/cmd/jsonnet
GO111MODULE=off go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
GO111MODULE=off go get github.com/grafana/plugin-validator/cmd/plugincheck
go get github.com/google/go-jsonnet/cmd/jsonnet
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
go get github.com/grafana/plugin-validator/cmd/plugincheck
echo "$HOME/go/bin" >> $GITHUB_PATH
env:
GO111MODULE: off

- name: Install dependencies
run: make deps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It presents a unifying abstraction for all of the performance data in a system,
* enhanced Berkeley Packet Filter (eBPF) tracing using [bpftrace](https://github.com/iovisor/bpftrace/blob/master/README.md) scripts
* dashboards for detecting potential performance issues and showing possible solutions using the Utilization Saturation and Errors (USE) method [2]
* full-text search in metric names, descriptions, instances [1]
* support for [Grafana Alerting](https://grafana.com/docs/grafana/latest/alerting/create-alerts/) [1]
* support for [Grafana Alerting](https://grafana.com/docs/grafana/latest/alerting/) [1]
* support for [derived metrics](https://man7.org/linux/man-pages/man3/pmregisterderived.3.html#DESCRIPTION) (allows the usage of arithmetic operators and statistical functions inside a query) [2]
* automated configuration of metric units [1,2,3]
* automatic rate and time utilization conversion
Expand Down

0 comments on commit ed42761

Please sign in to comment.