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
946202bd
Commit
946202bd
authored
Oct 03, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish 'Support 'New Relic' eventType properties'
See gh-18472
parent
e73ae626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
NewRelicProperties.java
...configure/metrics/export/newrelic/NewRelicProperties.java
+6
-6
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/newrelic/NewRelicProperties.java
View file @
946202bd
...
@@ -33,16 +33,16 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
...
@@ -33,16 +33,16 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public
class
NewRelicProperties
extends
StepRegistryProperties
{
public
class
NewRelicProperties
extends
StepRegistryProperties
{
/**
/**
* When this is {@code false}, the New Relic eventType value will be set to
* Whether to send the meter name as the event type instead of using the 'event-type'
* {@link #eventType()}. Otherwise, the meter name will be used. Defaults to
* configuration property value. Can be set to 'true' if New Relic guidelines are not
* {@code false}.
* being followed or event types consistent with previous Spring Boot releases are
* required.
*/
*/
private
boolean
meterNameEventTypeEnabled
;
private
boolean
meterNameEventTypeEnabled
;
/**
/**
* This configuration property will only be used if
* The event type that should be published. This property will be ignored if
* {@link #meterNameEventTypeEnabled()} is {@code false}. Default value is
* 'meter-name-event-type-enabled' is set to 'true'.
* {@code SpringBootSample}.
*/
*/
private
String
eventType
=
"SpringBootSample"
;
private
String
eventType
=
"SpringBootSample"
;
...
...
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