X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31a3b4f34aa56ade25def7cdd59b026f5a59ee13..63bae17d784c2c1522a087d71a0fcb2a9b6eddcd:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index 6c867f067a..d65156f987 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -142,12 +142,12 @@ // http://collections.example.com/by_id/1f4b0bc7583c2a7f9102c395f4ffc5e3%2B45/foo/bar.txt // http://collections.example.com/by_id/zzzzz-4zz18-znfnqtbbv4spc3w/foo/bar.txt // -// If the collection is named "My Collection" and located in a project -// called "My Project" which is in the home project of a user with +// If the collection is named "MyCollection" and located in a project +// called "MyProject" which is in the home project of a user with // username is "bob", the following read-only URL is also available // when authenticating as bob: // -// http://collections.example.com/users/bob/My+Project/My+Collection/foo/bar.txt +// http://collections.example.com/users/bob/MyProject/MyCollection/foo/bar.txt // // An additional form is supported specifically to make it more // convenient to maintain support for existing Workbench download @@ -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