Skip to content

Commit

Permalink
Final minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
  • Loading branch information
dalexandrov committed Oct 19, 2023
1 parent 461e7f1 commit 8122e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/se/observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include::{rootdir}/includes/se.adoc[]
== Overview
In Helidon 4 all observability features were moved to one logical module `observe`. The observability support groups all observe endpoints together under a single context root (the default behavior) `/observe`.
In Helidon 4 all observability features were moved to one logical module: `observe`. The observability support groups all observe endpoints together under a single context root (the default behavior) `/observe`.
include::{rootdir}/includes/dependencies.adoc[]
Expand Down Expand Up @@ -290,11 +290,11 @@ Clients can also limit the report by appending the metric type to the path:
* `/observe/metrics/vendor`
* `/observe/metrics/application`
For more information, please, check xref:{rootdir}/se/metrics/metrics.adoc[Metrics] documentation.
For more information see xref:{rootdir}/se/metrics/metrics.adoc[Metrics] documentation.
== Configuration
To customize endpoint of an observer:
To customize the endpoint of an observer:
1. Configure a custom endpoint through configuration to modify the `ObserveProvider` setup (such as `observe.health.endpoint`)
2. Configure a custom endpoint through a builder on the specific `Observer` (`HealthObserver.builder().endpoint("myhealth")`)
Expand Down

0 comments on commit 8122e7b

Please sign in to comment.