Skip to content

[GRAFANA] LOG QL

fourslickz edited this page Aug 29, 2025 · 1 revision

endpoint request log

{log_type="endpoint", container_name="passport-prod"} |= "api/auth/me"
| regexp `"user_id":"(?P<user_id>[^"]+)"`
| user_id!=""
| line_format "{{.user_id}}"

Clone this wiki locally