From 5fb85a6edfcca31bedf04a8e30f163aeb5d38c49 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:47:26 +0000 Subject: [PATCH] fix heading levels (#4185) (#4189) (cherry picked from commit 19cdb24f8a12700d706e2eaec5520fd3544e435a) Co-authored-by: Colleen McGinnis --- docs/en/observability/monitor-java-app.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/observability/monitor-java-app.asciidoc b/docs/en/observability/monitor-java-app.asciidoc index 62e36349c7..19cf0f62c2 100644 --- a/docs/en/observability/monitor-java-app.asciidoc +++ b/docs/en/observability/monitor-java-app.asciidoc @@ -1092,7 +1092,7 @@ setup got a ton easier, so whenever possible, try to directly write your logs as JSON. [discrete] -== Step 5: Ingest metrics +=== Step 5: Ingest metrics A metric is considered a point in time value that can change anytime. The number of current requests can change any millisecond. You could have a @@ -1339,7 +1339,7 @@ GET metricbeat-*/_search?filter_path=**.prometheus,hits.total ---- [discrete] -== Step 6: View metrics in {kib} +=== Step 6: View metrics in {kib} As this is custom data from our Javalin app, there is no predefined dashboard for displaying this data. @@ -1510,7 +1510,7 @@ persisted, they reset on a JVM restart. With that in mind, it’s often better to log the `rate` instead of the `counter` field. [discrete] -== Step 7: Instrument the application +=== Step 7: Instrument the application The third piece of {observability} is Application Performance Management (APM). An APM setup consists of an APM server which accepts the data (and is