This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 6a30e9b1d chore: fix dead link http://open-falcon.org/ (#2046)
6a30e9b1d is described below
commit 6a30e9b1d230b5fe19460d5d03fbe64f84d7c0cd
Author: Dan Wang <[email protected]>
AuthorDate: Fri Jun 21 15:25:50 2024 +0800
chore: fix dead link http://open-falcon.org/ (#2046)
https://github.com/apache/incubator-pegasus/issues/2047
Use "github.com/open-falcon" instead of dead link "open-falcon.org".
---
java-client/README.md | 2 +-
rfcs/2020-08-27-metric-api.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java-client/README.md b/java-client/README.md
index 24229cbb8..1faf9a9a7 100644
--- a/java-client/README.md
+++ b/java-client/README.md
@@ -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-->
diff --git a/rfcs/2020-08-27-metric-api.md b/rfcs/2020-08-27-metric-api.md
index f09577fc5..2eb8543f9 100644
--- a/rfcs/2020-08-27-metric-api.md
+++ b/rfcs/2020-08-27-metric-api.md
@@ -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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]