This commit is contained in:
zino
2025-08-13 16:09:53 +02:00
parent 287bcf86c5
commit d233b3a0b7

View File

@@ -34,7 +34,7 @@ counter registry_push_upload_seconds_total by repo, user, node
# Numbers
/"status":([0-9]{3})/ {
status = $1
status_s = string(status) # label must be string
status_s = string(status)
}
/"request_time":([0-9.]+)/ {
request_time = $1