Skip to content

Commit

Permalink
update kylin.metric.subject-suffix to kylin.metrics.subject-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuekaiqi authored and hit-lacus committed Dec 18, 2020
1 parent 6b616e4 commit 47f8e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,7 @@ public String getKylinSystemCubeSinkDefaultClass() {
}

public String getKylinMetricsSubjectSuffix() {
return getOptional("kylin.metric.subject-suffix", getDeployEnv());
return getOptional("kylin.metrics.subject-suffix", getDeployEnv());
}

public String getKylinMetricsSubjectJob() {
Expand Down

0 comments on commit 47f8e54

Please sign in to comment.