Skip to content

Commit 44848aa

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Fix links to Micrometer reference doc
See gh-42467
1 parent 3b8ae47 commit 44848aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ Metrics for Jetty's `Connector` instances are bound by using Micrometer's `Jetty
11261126
=== @Timed Annotation Support
11271127

11281128
To enable scanning of `@Timed` annotations, you will need to set the configprop:management.observations.annotations.enabled[] property to `true`.
1129-
Please refer to the {url-micrometer-docs-concepts}#_the_timed_annotation[Micrometer documentation].
1129+
Please refer to the {url-micrometer-docs-concepts}/timers.html#_the_timed_annotation[Micrometer documentation].
11301130

11311131

11321132

@@ -1236,7 +1236,7 @@ configurable buffer length.
12361236
| Publish a cumulative histogram with buckets defined by your service-level objectives.
12371237
|===
12381238

1239-
For more details on the concepts behind `percentiles-histogram`, `percentiles`, and `slo`, see the {url-micrometer-docs-concepts}#_histograms_and_percentiles[Histograms and percentiles] section of the Micrometer documentation.
1239+
For more details on the concepts behind `percentiles-histogram`, `percentiles`, and `slo`, see the {url-micrometer-docs-concepts}/histogram-quantiles.html[Histograms and percentiles] section of the Micrometer documentation.
12401240

12411241

12421242

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/observability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ The next sections will provide more details about logging, metrics and traces.
105105
== Micrometer Observation Annotations support
106106

107107
To enable scanning of metrics and tracing annotations like `@Timed`, `@Counted`, `@MeterTag` and `@NewSpan` annotations, you will need to set the configprop:management.observations.annotations.enabled[] property to `true`.
108-
This feature is supported Micrometer directly. Please refer to the {url-micrometer-docs-concepts}#_the_timed_annotation[Micrometer] and {url-micrometer-tracing-docs}/api.html#_aspect_oriented_programming[Micrometer Tracing] reference docs.
108+
This feature is supported Micrometer directly. Please refer to the {url-micrometer-docs-concepts}/timers.html#_the_timed_annotation[Micrometer] and {url-micrometer-tracing-docs}/api.html#_aspect_oriented_programming[Micrometer Tracing] reference docs.

0 commit comments

Comments
 (0)