Added support to watchtower statistics

This commit is contained in:
FauFra
2022-10-27 23:28:21 +02:00
committed by Michael Shamoon
parent 5d101b0ded
commit 87c3ba8faa
6 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import watchtowerProxyHandler from "./proxy";
const widget = {
api: "{url}/{endpoint}",
proxyHandler: watchtowerProxyHandler,
mappings: {
"watchtower": {
endpoint: "v1/metrics",
},
},
};
export default widget;