remove confusing type and dimensions labeling methods

This commit is contained in:
Jonathan Shook
2023-09-09 20:31:04 -05:00
parent 4294758c52
commit bf3e9636c0
21 changed files with 32 additions and 96 deletions

View File

@@ -51,7 +51,7 @@ public class AmqpAdapterMetrics {
public AmqpAdapterMetrics(final AmqpBaseOpDispenser amqpBaseOpDispenser, final NBLabeledElement labeledParent) {
this.amqpBaseOpDispenser = amqpBaseOpDispenser;
labels=labeledParent.getLabels().andTypes("name", AmqpAdapterMetrics.class.getSimpleName());
labels=labeledParent.getLabels().and("name", AmqpAdapterMetrics.class.getSimpleName());
}
public void initS4JAdapterInstrumentation() {