Skip to content

Commit

Permalink
refactor doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: andy xie <[email protected]>
  • Loading branch information
andyxning committed Dec 16, 2016
1 parent b09de5e commit e7140e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions health/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@
// # curl localhost:5001/debug/health
// {"fileChecker":"file exists"}
//
// FileChecker only accepts absolute or relative file path. It does not work properly with tilde(~).
// You should make sure that the application has proper permission(read and execute permission
// for directory along with the specified file path). Otherwise, the FileChecker will report error
// FileChecker only accepts absolute or relative file path. It does not work
// properly with tilde(~). You should make sure that the application has
// proper permission(read and execute permission for directory along with
// the specified file path). Otherwise, the FileChecker will report error
// and file health check is not ok.
//
// You could also test the connectivity to a downstream service by using a
Expand Down

0 comments on commit e7140e5

Please sign in to comment.