From a7404fdf2666d2189076f960d1554453b06aab02 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 16 Feb 2023 12:56:37 -0800 Subject: [PATCH 1/2] chore: fix typo in Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338f8a20e9..d76a751728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Since the last release, we've added additional metrics to different components. Metrics were added to: -* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [avialable here](https://github.com/sukunrt/go-libp2p/blob/master/p2p/host/autonat/grafana-dashboards/autonat.json). +* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [available here](https://github.com/sukunrt/go-libp2p/blob/master/p2p/host/autonat/grafana-dashboards/autonat.json). ## 🐞 Bugfixes From 7f34189fbf9c3cfdc533d30c7f833320a25fd3d8 Mon Sep 17 00:00:00 2001 From: Prithvi Shahi Date: Thu, 16 Feb 2023 12:59:42 -0800 Subject: [PATCH 2/2] fix autonat dashboard loc --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76a751728..cf70d574b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Since the last release, we've added additional metrics to different components. Metrics were added to: -* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [available here](https://github.com/sukunrt/go-libp2p/blob/master/p2p/host/autonat/grafana-dashboards/autonat.json). +* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [available here](https://github.com/libp2p/go-libp2p/blob/master/dashboards/autonat/autonat.json). ## 🐞 Bugfixes