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 |
|---|---|
String |
accountId() |
String |
apiKey() |
io.micrometer.newrelic.ClientProviderType |
clientProviderType() |
String |
eventType() |
boolean |
meterNameEventTypeEnabled() |
String |
prefix() |
String |
uri() |
batchSize, enabled, get, stepgetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidate, validateForInsightsApipublic NewRelicPropertiesConfigAdapter(NewRelicProperties properties)
public 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 String eventType()
eventType in interface io.micrometer.newrelic.NewRelicConfigpublic io.micrometer.newrelic.ClientProviderType clientProviderType()
clientProviderType in interface io.micrometer.newrelic.NewRelicConfigpublic String apiKey()
apiKey in interface io.micrometer.newrelic.NewRelicConfigpublic String accountId()
accountId in interface io.micrometer.newrelic.NewRelicConfigpublic String uri()
uri in interface io.micrometer.newrelic.NewRelicConfig