We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66556d commit 7dca59bCopy full SHA for 7dca59b
spring-data-cassandra-distribution/pom.xml
@@ -43,7 +43,7 @@
43
<executions>
44
<execution>
45
<id>generate-metrics-metadata</id>
46
- <phase>prepare-package</phase>
+ <phase>generate-resources</phase>
47
<goals>
48
<goal>java</goal>
49
</goals>
@@ -53,7 +53,7 @@
53
</execution>
54
55
<id>generate-tracing-metadata</id>
56
57
58
59
src/main/asciidoc/reference/observability.adoc
@@ -1,7 +1,7 @@
1
-:root-target: ../../../../target/
+:root-target: ../../../../../target/
2
3
[[observability]]
4
-== Observability metadata
+= Observability metadata
5
6
include::{root-target}_metrics.adoc[]
7
0 commit comments