feat: add prometheus metrics
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m16s

This commit is contained in:
2026-03-01 15:08:07 +08:00
parent bea436058d
commit 8aa1fe3ca7
5 changed files with 118 additions and 5 deletions

View File

@@ -30,6 +30,10 @@ spec:
metadata:
labels:
app: go-example
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8800"
prometheus.io/path: "/metrics"
spec:
containers:
- name: go-example