Skip to content

Commit

Permalink
Remove comment on numbered tag in addMediaSupport and fix metrics in …
Browse files Browse the repository at this point in the history
…the sample config
  • Loading branch information
klustria committed Oct 18, 2023
1 parent 46f1273 commit f83bddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/se/webclient.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Users can also create their own Custom Media Support library and make them work
----
WebClient webclient = WebClient.builder()
.mediaContext(MediaContext.builder()
.addMediaSupport(CustomMediaSupport.create()) // <1>
.addMediaSupport(CustomMediaSupport.create()) <1>
.build())
.build()
----
Expand Down Expand Up @@ -289,7 +289,7 @@ client:
services: <4>
metrics:
- methods: ["PUT", "POST", "DELETE"]
- type: METER
type: METER
name-format: "client.meter.overall"
- type: TIMER
# meter per method
Expand Down

0 comments on commit f83bddb

Please sign in to comment.