Skip to content

Commit

Permalink
chore: fix dead link http://open-falcon.org/ (apache#2046)
Browse files Browse the repository at this point in the history
apache#2047

Use "github.com/open-falcon" instead of dead link "open-falcon.org".
  • Loading branch information
empiredan authored Jun 21, 2024
1 parent 1fbfd47 commit 6a30e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ For each type of request(get, set, multiset, etc.), we collect 8 metrics:

We use io.dropwizard.metrics library to calculate the request count.

Currently, metrics are integrated with open-falcon(https://open-falcon.org/),
Currently, metrics are integrated with open-falcon(https://github.com/open-falcon),
<!-- markdown-link-check-disable -->
which push counters to local http agent http://127.0.0.1:1988/push/v1.
<!-- markdown-link-check-enable-->
Expand Down
2 changes: 1 addition & 1 deletion rfcs/2020-08-27-metric-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This RFC proposes a new metric API in replace of the old perf-counter API.

## Motivation

The perf-counter API has bad naming convention to be parsed and queried over the external monitoring system like [Prometheus](https://prometheus.io/), or [open-falcon](http://open-falcon.org/).
The perf-counter API has bad naming convention to be parsed and queried over the external monitoring system like [Prometheus](https://prometheus.io/), or [open-falcon](https://github.com/open-falcon).

Here are some examples of the perf-counter it exposes:

Expand Down

0 comments on commit 6a30e9b

Please sign in to comment.