This commit is contained in:
2025-12-04 10:55:25 +08:00
commit 60992c1e44
19 changed files with 1058 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package main
const (
metricsPath = "/metrics"
)