From: Tom Clegg Date: Tue, 17 Jul 2018 18:17:47 +0000 (-0400) Subject: 13198: Document metrics endpoints. X-Git-Tag: 1.2.0~66^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/0011b5236fc9a562bc13f943f9a431c496b2b7cd 13198: Document metrics endpoints. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- 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