Observability documentation includes.

Closes #1222
This commit is contained in:
Mark Paluch
2022-07-28 11:57:01 +02:00
parent a66556d93a
commit 7dca59b019
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
<executions>
<execution>
<id>generate-metrics-metadata</id>
<phase>prepare-package</phase>
<phase>generate-resources</phase>
<goals>
<goal>java</goal>
</goals>
@@ -53,7 +53,7 @@
</execution>
<execution>
<id>generate-tracing-metadata</id>
<phase>prepare-package</phase>
<phase>generate-resources</phase>
<goals>
<goal>java</goal>
</goals>

View File

@@ -1,7 +1,7 @@
:root-target: ../../../../target/
:root-target: ../../../../../target/
[[observability]]
== Observability metadata
= Observability metadata
include::{root-target}_metrics.adoc[]