You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/_metrics.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Observation created when sending a request through the gateway.
11
11
____
12
12
13
13
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`.
15
15
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`.
17
17
18
18
19
19
IMPORTANT: KeyValues that are added after starting the Observation might be missing from the *.active metrics.
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/_spans.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Below you can find a list of all spans declared by this project.
8
8
9
9
> Observation created when sending a request through the gateway.
10
10
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`).
12
12
13
13
Fully qualified name of the enclosing class `org.springframework.cloud.gateway.filter.headers.observation.GatewayDocumentedObservation`.
0 commit comments