public class NewRelicPropertiesConfigAdapter extends StepRegistryPropertiesConfigAdapter<NewRelicProperties> implements io.micrometer.newrelic.NewRelicConfig
NewRelicProperties to a NewRelicConfig.| Constructor and Description |
|---|
NewRelicPropertiesConfigAdapter(NewRelicProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
accountId() |
java.lang.String |
apiKey() |
io.micrometer.newrelic.ClientProviderType |
clientProviderType() |
java.lang.String |
eventType() |
boolean |
meterNameEventTypeEnabled() |
java.lang.String |
prefix() |
java.lang.String |
uri() |
batchSize, enabled, get, stepgetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidate, validateForInsightsApipublic NewRelicPropertiesConfigAdapter(NewRelicProperties properties)
public java.lang.String prefix()
prefix in interface io.micrometer.core.instrument.config.MeterRegistryConfigprefix in interface io.micrometer.newrelic.NewRelicConfigpublic boolean meterNameEventTypeEnabled()
meterNameEventTypeEnabled in interface io.micrometer.newrelic.NewRelicConfigpublic java.lang.String eventType()
eventType in interface io.micrometer.newrelic.NewRelicConfigpublic io.micrometer.newrelic.ClientProviderType clientProviderType()
clientProviderType in interface io.micrometer.newrelic.NewRelicConfigpublic java.lang.String apiKey()
apiKey in interface io.micrometer.newrelic.NewRelicConfigpublic java.lang.String accountId()
accountId in interface io.micrometer.newrelic.NewRelicConfigpublic java.lang.String uri()
uri in interface io.micrometer.newrelic.NewRelicConfig