13959: Use logrus for crunch-dispatch-slurm logging.
[arvados.git] / services / keep-web / doc.go
index 6c867f067aed80706e761a87ab380f694921f592..d65156f98781f99cd3fbc4a20b2f0ba144ea8f97 100644 (file)
 //   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
 // 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