enable prometheus metrics for zot

This commit is contained in:
Josh Sandlin
2026-08-07 16:44:40 -04:00
parent 1b6fbeefb7
commit f566453cb2
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
deploy
zot-data/
scratch/
+6
View File
@@ -53,6 +53,12 @@
"timeout": "5s"
}
]
},
"metrics": {
"enable": true,
"prometheus": {
"path": "/metrics"
}
}
}
}