X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/080c940d7a8134a6e277a53b7e45eb27e2b2c87f..641ef213571f793bb290a182dee3c4325bc85096:/services/keep-web/doc.go?ds=inline 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