From d233b3a0b716da63f07d6a5e15eb6bea180b7c01 Mon Sep 17 00:00:00 2001 From: zino Date: Wed, 13 Aug 2025 16:09:53 +0200 Subject: [PATCH] m --- progs/registry.mtail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/registry.mtail b/progs/registry.mtail index 1febdc5..f6ddb3f 100644 --- a/progs/registry.mtail +++ b/progs/registry.mtail @@ -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