Skip to content

Commit 4bc48e8

Browse files
Regenerate observability doc partials for renamed metric
Regenerated by micrometer-docs-generator after the gateway client observation metric rename in the previous commits. No hand edits. See gh-3153 Signed-off-by: JOOYOUNG JUNG <143606756+LivingLikeKrillin@users.noreply.github.com>
1 parent d1d0227 commit 4bc48e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/ROOT/partials/_metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Observation created when sending a request through the gateway.
1111
____
1212

1313

14-
**Metric name** `http.client.requests` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`). **Type** `timer`.
14+
**Metric name** `spring.cloud.gateway.http.client.requests` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`). **Type** `timer`.
1515

16-
**Metric name** `http.client.requests.active` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`). **Type** `long task timer`.
16+
**Metric name** `spring.cloud.gateway.http.client.requests.active` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`). **Type** `long task timer`.
1717

1818

1919
IMPORTANT: KeyValues that are added after starting the Observation might be missing from the *.active metrics.

docs/modules/ROOT/partials/_spans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below you can find a list of all spans declared by this project.
88

99
> Observation created when sending a request through the gateway.
1010

11-
**Span name** `http.client.requests` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`).
11+
**Span name** `spring.cloud.gateway.http.client.requests` (defined by convention class `org.springframework.cloud.gateway.filter.headers.observation.DefaultGatewayObservationConvention`).
1212

1313
Fully qualified name of the enclosing class `org.springframework.cloud.gateway.filter.headers.observation.GatewayDocumentedObservation`.
1414

0 commit comments

Comments
 (0)