differentiate dimension and instance labels

This commit is contained in:
Jonathan Shook
2023-08-28 16:15:10 -05:00
parent 59a6544e68
commit 6c4833d48d
7 changed files with 22 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ public class Scenario implements Callable<ExecutionMetricsResult>, NBLabeledElem
@Override
public NBLabels getLabels() {
return this.parentComponent.getLabels().and("scenario", this.scenarioName);
return this.parentComponent.getLabels().andTypes("scenario", this.scenarioName);
}
public enum State {