m
This commit is contained in:
@@ -4,7 +4,9 @@ counter registry_pull_blob_seconds_total by repo, user, node
|
|||||||
counter registry_push_upload_bytes_total by repo, user, node
|
counter registry_push_upload_bytes_total by repo, user, node
|
||||||
counter registry_push_upload_seconds_total by repo, user, node
|
counter registry_push_upload_seconds_total by repo, user, node
|
||||||
|
|
||||||
/"method":"([A-Z]+)"/ { method = $1 }
|
/"method":"([A-Z]+)"/ {
|
||||||
|
method = $1
|
||||||
|
}
|
||||||
"/path":"([^"]+)"/ { path = $1 }
|
"/path":"([^"]+)"/ { path = $1 }
|
||||||
/"remote_address":"([^"]*)"/ { node = $1 }
|
/"remote_address":"([^"]*)"/ { node = $1 }
|
||||||
/"remote_user":"([^"]*)"/ { user = $1 }
|
/"remote_user":"([^"]*)"/ { user = $1 }
|
||||||
|
|||||||
Reference in New Issue
Block a user