mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove confusing type and dimensions labeling methods
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user