Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c8c6e0f1
Commit
c8c6e0f1
authored
Jan 26, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11789 from izeye:trace-endpoint
* pr/11789: Align missed bits from trace endpoint changes
parents
cacc3a0b
94659323
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
HttpTraceEndpointTests.java
...mework/boot/actuate/web/trace/HttpTraceEndpointTests.java
+1
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+3
-3
No files found.
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/web/trace/TraceEndpointTests.java
→
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/web/trace/
Http
TraceEndpointTests.java
View file @
c8c6e0f1
...
...
@@ -30,7 +30,7 @@ import static org.mockito.Mockito.mock;
* @author Phillip Webb
* @author Andy Wilkinson
*/
public
class
TraceEndpointTests
{
public
class
Http
TraceEndpointTests
{
@Test
public
void
trace
()
{
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
c8c6e0f1
...
...
@@ -1254,7 +1254,7 @@ content into your application. Rather, pick only the properties that you need.
management.endpoint.threaddump.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.threaddump.enabled= # Whether to enable the threaddump endpoint.
# TRACE ENDPOINT ({sc-spring-boot-actuator}/
trace/TraceEndpoint.{sc-ext}[
TraceEndpoint])
# TRACE ENDPOINT ({sc-spring-boot-actuator}/
web/trace/HttpTraceEndpoint.{sc-ext}[Http
TraceEndpoint])
management.endpoint.trace.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.trace.enabled= # Whether to enable the trace endpoint.
...
...
@@ -1378,8 +1378,8 @@ content into your application. Rather, pick only the properties that you need.
management.metrics.web.server.record-request-percentiles=false # Whether instrumented requests record percentiles histogram buckets by default.
management.metrics.web.server.requests-metric-name=http.server.requests # Name of the metric for received requests.
# TRACING ({sc-spring-boot-actuator-autoconfigure}/
trace/TraceEndpointProperties.{sc-ext}[TraceEndpoint
Properties])
management.trace.
filter.enabled=true # Whether to enable the trace servlet filter
.
# TRACING ({sc-spring-boot-actuator-autoconfigure}/
web/trace/TraceProperties.{sc-ext}[Trace
Properties])
management.trace.
enabled=true # Whether to enable HTTP request-response tracing
.
management.trace.include=request-headers,response-headers,cookies,errors # Items to be included in the trace.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment