@ConfigurationProperties(prefix="spring.cloud.stream.metrics") public class ApplicationMetricsProperties extends Object implements org.springframework.context.EnvironmentAware, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
static String |
EXPORT_FILTER
Property for the metrics filter.
|
static String |
PREFIX
Prefix for Stream application metrics.
|
Constructor and Description |
---|
ApplicationMetricsProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getExportProperties() |
String |
getKey() |
String |
getMeterFilter() |
String[] |
getProperties() |
Duration |
getScheduleInterval() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
void |
setKey(String key) |
void |
setMeterFilter(String meterFilter) |
void |
setProperties(String[] properties) |
void |
setScheduleInterval(Duration scheduleInterval) |
public static final String PREFIX
public static final String EXPORT_FILTER
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public String getKey()
public void setKey(String key)
public String[] getProperties()
public void setProperties(String[] properties)
public Duration getScheduleInterval()
public void setScheduleInterval(Duration scheduleInterval)
public String getMeterFilter()
public void setMeterFilter(String meterFilter)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.