Skip to content

Commit ad7fdf6

Browse files
committed
Polishing
1 parent cd14571 commit ad7fdf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/asciidoc/features.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public void beforeQuery(QueryExecutionInfo execInfo) {
1919
}
2020
----
2121

22-
[[features_available-contextview-scopes]]
2322
=== Available ContextView scopes
2423

2524
While interacting with R2DBC APIs, there are multiple places that could put values into the reactor contexts.
@@ -70,7 +69,7 @@ Mono.from(connectionFactory.create()).contextWrite(context -> context.put("foo",
7069
* `MethodExecutionInfo#getValueStore` for `get` has no `ContextView`
7170
* `ConnectionInfo#getValueStore` for all methods(`create`, `createStatement`, `bind`, `execute`, `map`, `get`) have a `ContextView` that holds keys - `foo` and `baz`
7271

73-
72+
[[features_micrometer-observation-support]]
7473
== Micrometer Observation support
7574
R2DBC Proxy has an optional dependency on Micrometer to provide https://micrometer.io/docs/observation[Micrometer Observation] support.
7675
The `ObservationProxyExecutionListener` creates observations for query executions.

0 commit comments

Comments
 (0)