Skip to content

Commit

Permalink
microprofile-health-35 Provide different types of health check
Browse files Browse the repository at this point in the history
Integrate feedback

Signed-off-by: Antoine Sabot-Durand <antoine@sabot-durand.net>
  • Loading branch information
antoinesd committed Apr 23, 2019
2 parents dc0da36 + b59cb81 commit 85d09fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subcomponent of an application.
In an application, there can be zero or more procedures bound to a given health endpoint.
The overall application health for a given endpoint is the logical AND of all of the procedures bound to it.

The current version of the MP-HC specification does not define how the `/health/live` and `/health/ready` endpoints may be partitioned in the event
The current version of the MP-HC specification does not define how the defined endpoints may be partitioned in the event
that the MicroProfile runtime supports deployment of multiple applications. If an implementation wishes to
support multiple applications within a MicroProfile runtime, the semantics of individual endpoints are
expected to be the logical AND of all the application in the runtime. The exact details of this are deferred to
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/protocol-wireformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Aspects regarding the secure access of health check information.

=== Response Codes and status mappings

The following table give valid health check responses for all kind of health checks:
The following table gives valid health check responses for all kinds of health checks:

|===
| Request | HTTP Status | JSON Payload | State | Comment
Expand Down

0 comments on commit 85d09fe

Please sign in to comment.