Class NewRelicPropertiesConfigAdapter
java.lang.Object
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter<NewRelicProperties>
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryPropertiesConfigAdapter<NewRelicProperties>
org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.StepRegistryPropertiesConfigAdapter<NewRelicProperties>
org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- All Implemented Interfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig, io.micrometer.core.instrument.push.PushRegistryConfig, io.micrometer.core.instrument.step.StepRegistryConfig, io.micrometer.newrelic.NewRelicConfig
public class NewRelicPropertiesConfigAdapter
extends StepRegistryPropertiesConfigAdapter<NewRelicProperties>
implements io.micrometer.newrelic.NewRelicConfig
Adapter to convert
NewRelicProperties to a NewRelicConfig.- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class PropertiesConfigAdapter
PropertiesConfigAdapter.Fallback<V>, PropertiesConfigAdapter.Getter<T,V>, PropertiesConfigAdapter.RequiredFallback<V> -
Field Summary
Fields inherited from class PropertiesConfigAdapter
properties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, stepMethods inherited from class PropertiesConfigAdapter
get, obtainMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
get, requireValidMethods inherited from interface io.micrometer.newrelic.NewRelicConfig
validate, validateForInsightsApiMethods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
batchSize, connectTimeout, enabled, numThreads, readTimeout, step
-
Constructor Details
-
NewRelicPropertiesConfigAdapter
-
-
Method Details
-
prefix
- Specified by:
prefixin interfaceio.micrometer.core.instrument.config.MeterRegistryConfig- Specified by:
prefixin interfaceio.micrometer.newrelic.NewRelicConfig
-
meterNameEventTypeEnabled
public boolean meterNameEventTypeEnabled()- Specified by:
meterNameEventTypeEnabledin interfaceio.micrometer.newrelic.NewRelicConfig
-
eventType
- Specified by:
eventTypein interfaceio.micrometer.newrelic.NewRelicConfig
-
clientProviderType
public io.micrometer.newrelic.ClientProviderType clientProviderType()- Specified by:
clientProviderTypein interfaceio.micrometer.newrelic.NewRelicConfig
-
apiKey
- Specified by:
apiKeyin interfaceio.micrometer.newrelic.NewRelicConfig
-
accountId
- Specified by:
accountIdin interfaceio.micrometer.newrelic.NewRelicConfig
-
uri
- Specified by:
uriin interfaceio.micrometer.newrelic.NewRelicConfig
-