From ed68ed6b9bf4f30be48da9ea297691c85b85e3be Mon Sep 17 00:00:00 2001 From: Simon Gurcke Date: Sat, 13 Sep 2025 18:55:01 +1000 Subject: [PATCH] Add Apitally to plugins.json --- static/lib/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index f081beb..30fd1cf 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -247,6 +247,11 @@ "name": "Logging/Metrics", "anchor": "logging", "modules": [ + { + "name": "apitally", + "link": "https://github.com/apitally/apitally-js", + "description": "Simple API monitoring and analytics with metrics, logs, and alerts" + }, { "name": "apitraffic-hapi", "link": "https://github.com/apitraffic/apitraffic-hapi",