Polish "Add ability to filter cookies in trace data"

Closes gh-6018
This commit is contained in:
Stephane Nicoll
2016-06-27 16:39:20 +02:00
parent fde5e1b6a5
commit 84b2ff5c38
4 changed files with 18 additions and 18 deletions

View File

@@ -1072,7 +1072,7 @@ content into your application; rather pick only the properties that you need.
management.shell.telnet.port=5000 # Telnet port.
# TRACING ({sc-spring-boot-actuator}/trace/TraceProperties.{sc-ext}[TraceProperties])
management.trace.include=request-headers,response-headers,errors # Items to be included in the trace.
management.trace.include=request-headers,response-headers,cookies,errors # Items to be included in the trace.
# METRICS EXPORT ({sc-spring-boot-actuator}/metrics/export/MetricExportProperties.{sc-ext}[MetricExportProperties])
spring.metrics.export.aggregate.key-pattern= # Pattern that tells the aggregator what to do with the keys from the source repository.