com.datadoghq.trace.integration.DBStatementAsResourceName Maven / Gradle / Ivy
package com.datadoghq.trace.integration;
import com.datadoghq.trace.DDTags;
import io.opentracing.tag.Tags;
public class DBStatementAsResourceName extends DDSpanContextDecorator {
public DBStatementAsResourceName() {
super();
this.setMatchingTag(Tags.DB_STATEMENT.getKey());
this.setSetTag(DDTags.RESOURCE_NAME);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy