X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/134815098b060c232d1eee381d1eeb8e9d6162ff..bb31e272ab27d14a5d7dce7e4270c10b99035f45:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index 89cd26ac49..d65156f987 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -273,4 +273,10 @@ // avoids redirecting requests to keep-web if they depend on // TrustAllContent being enabled. // +// Metrics +// +// Keep-web exposes request metrics in Prometheus text-based format at +// /metrics. The same information is also available as JSON at +// /metrics.json. +// package main