All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datadoghq.trace.integration.DBStatementAsResourceName Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
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