X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2957b917aaaefc1485e1c5293d413f0931b3030a..641ef213571f793bb290a182dee3c4325bc85096:/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