Refine actuator httpexhanges naming

See gh-32885
This commit is contained in:
Phillip Webb
2022-10-28 11:18:14 -07:00
parent 29f7a596fe
commit 9856286a2d
21 changed files with 131 additions and 116 deletions

View File

@@ -12,6 +12,6 @@ You can use the `httpexchanges` endpoint to obtain information about the request
[[actuator.http-exchanges.custom]]
=== Custom HTTP Exchange Recording
To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.include[] configuration property.
To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.recording.include[] configuration property.
To disable recoding entirely, set configprop:management.httpexchanges.record[] to `false`.
To disable recoding entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`.