
io.opentracing.contrib.dropwizard.ClientAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-0.7-opentracing Show documentation
Show all versions of dropwizard-0.7-opentracing Show documentation
Support for integrating OpenTracing in DropWizard projects
The newest version!
package io.opentracing.contrib.dropwizard;
/**
*Attributes that can be traced for Client Requests
*/
public enum ClientAttribute {
ENTITY,
HEADERS,
METHOD,
URI
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy