Skip to content

Commit

Permalink
fix heading levels (#4185) (#4189)
Browse files Browse the repository at this point in the history
(cherry picked from commit 19cdb24)

Co-authored-by: Colleen McGinnis <[email protected]>
  • Loading branch information
mergify[bot] and colleenmcginnis authored Aug 22, 2024
1 parent 690e3b8 commit 5fb85a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/observability/monitor-java-app.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5fb85a6

Please sign in to comment.