DataflowMetricsProperties
instead.@ConfigurationProperties(prefix="spring.cloud.dataflow.grafana-info") @Deprecated public class GrafanaInfoProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VERSION_INFO_PREFIX
Deprecated.
|
Constructor and Description |
---|
GrafanaInfoProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getRefreshInterval()
Deprecated.
|
String |
getToken()
Deprecated.
|
String |
getUrl()
Deprecated.
|
boolean |
isGrafanaEnabled()
Deprecated.
|
void |
setRefreshInterval(int refreshInterval)
Deprecated.
|
void |
setToken(String token)
Deprecated.
|
void |
setUrl(String url)
Deprecated.
|
public static final String VERSION_INFO_PREFIX
public String getUrl()
public void setUrl(String url)
public String getToken()
public void setToken(String token)
public int getRefreshInterval()
public void setRefreshInterval(int refreshInterval)
public boolean isGrafanaEnabled()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.