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
fd0e8815
Commit
fd0e8815
authored
Oct 16, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
5f2517f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
MetricsProperties.java
...boot/actuate/autoconfigure/metrics/MetricsProperties.java
+4
-4
HumioProperties.java
...e/autoconfigure/metrics/export/humio/HumioProperties.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java
View file @
fd0e8815
...
@@ -126,10 +126,10 @@ public class MetricsProperties {
...
@@ -126,10 +126,10 @@ public class MetricsProperties {
public
static
class
Server
{
public
static
class
Server
{
/**
/**
* Whether requests handled by Spring MVC
or WebFlux should be automatically
* Whether requests handled by Spring MVC
, WebFlux or Jersey should be
*
timed. If the number of time series emitted grows too large on account of
*
automatically timed. If the number of time series emitted grows too large
*
request mapping timings, disable this and use 'Timed' on a per request
*
on account of request mapping timings, disable this and use 'Timed' on a
* mapping basis as needed.
*
per request
mapping basis as needed.
*/
*/
private
boolean
autoTimeRequests
=
true
;
private
boolean
autoTimeRequests
=
true
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/humio/HumioProperties.java
View file @
fd0e8815
...
@@ -38,7 +38,7 @@ public class HumioProperties extends StepRegistryProperties {
...
@@ -38,7 +38,7 @@ public class HumioProperties extends StepRegistryProperties {
private
String
apiToken
;
private
String
apiToken
;
/**
/**
* Connection timeout for requests to
Humio
.
* Connection timeout for requests to
this backend
.
*/
*/
private
Duration
connectTimeout
=
Duration
.
ofSeconds
(
5
);
private
Duration
connectTimeout
=
Duration
.
ofSeconds
(
5
);
...
...
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