feat: add prometheus metrics
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m16s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m16s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user