fixed typo

This commit is contained in:
Sandro La Bruzzo 2022-07-06 11:33:39 +03:00
parent f413122661
commit 0e80385258
1 changed files with 1 additions and 1 deletions

View File

@ -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))