forked from D-Net/dnet-hadoop
fixed typo
This commit is contained in:
parent
f413122661
commit
0e80385258
|
@ -201,7 +201,7 @@ public class AggregationMetric extends Metric <Long> {
|
|||
labels.add(new MetricLabel(MonitorConstant.DATASOURCE_NAME_LABEL_NAME, datasourceName));
|
||||
|
||||
if(StringUtils.isBlank(datasourceId))
|
||||
throw new MonitorException("Datasource Identfifier should be not blank please set using 'withDatasourceId' function ");
|
||||
throw new MonitorException("Datasource Identifier should be not blank please set using 'withDatasourceId' function ");
|
||||
labels.add(new MetricLabel(MonitorConstant.DATASOURCE_ID_LABEL_NAME, datasourceId));
|
||||
|
||||
if(StringUtils.isBlank(api))
|
||||
|
|
Loading…
Reference in New Issue