-
public class DatadogTracingConstants.TagsContains constants used for tagging spans in the Datadog tracer.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringKEY_HTTP_URLprivate final StringKEY_SPAN_KINDprivate final StringKEY_HTTP_METHODprivate final StringKEY_HTTP_STATUSprivate final StringKEY_ERROR_MSGprivate final StringKEY_ERROR_TYPEprivate final StringKEY_ERROR_STACKprivate final StringVALUE_SPAN_KIND_CLIENTprivate final StringVALUE_SPAN_KIND_SERVERprivate final StringVALUE_SPAN_KIND_PRODUCERprivate final StringVALUE_SPAN_KIND_CONSUMERprivate final StringKEY_ANALYTICS_SAMPLE_RATEprivate final StringRESOURCE_NAMEprivate final StringERROR_MSGprivate final StringERROR_TYPEpublic final static DatadogTracingConstants.TagsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetKEY_HTTP_URL()The URL of the HTTP request. final StringgetKEY_SPAN_KIND()Represents the key used for tagging the kind of a span in the Datadog tracer. final StringgetKEY_HTTP_METHOD()Indicates the desired action to be performed for a given resource. final StringgetKEY_HTTP_STATUS()The HTTP response status code. final StringgetKEY_ERROR_MSG()String representing the error message. final StringgetKEY_ERROR_TYPE()String representing the type of the error. final StringgetKEY_ERROR_STACK()Human readable version of the stack. final StringgetVALUE_SPAN_KIND_CLIENT()Represents the value used for tagging a span as a "client" in the Datadog tracer with KEY_SPAN_KIND key. final StringgetVALUE_SPAN_KIND_SERVER()Represents the value used for tagging a span as a "server" in the Datadog tracer with KEY_SPAN_KIND key. final StringgetVALUE_SPAN_KIND_PRODUCER()Represents the value used for tagging a span as a "producer" in the Datadog tracer. final StringgetVALUE_SPAN_KIND_CONSUMER()Represents the value used for tagging a span as a "consumer" in the Datadog tracer. final StringgetKEY_ANALYTICS_SAMPLE_RATE()Represents the key used for tagging the analytics sample rate in the Datadog tracer. final StringgetRESOURCE_NAME()Represents the resource name tag used for tracing spans. final StringgetERROR_MSG()String representing the error message. final StringgetERROR_TYPE()String representing the type of the error. -
-
Method Detail
-
getKEY_HTTP_URL
final String getKEY_HTTP_URL()
The URL of the HTTP request.
-
getKEY_SPAN_KIND
final String getKEY_SPAN_KIND()
Represents the key used for tagging the kind of a span in the Datadog tracer. It is used to indicate the role or type of a span, such as client, server, producer, or consumer.
-
getKEY_HTTP_METHOD
final String getKEY_HTTP_METHOD()
Indicates the desired action to be performed for a given resource.
-
getKEY_HTTP_STATUS
final String getKEY_HTTP_STATUS()
The HTTP response status code.
-
getKEY_ERROR_MSG
final String getKEY_ERROR_MSG()
String representing the error message.
-
getKEY_ERROR_TYPE
final String getKEY_ERROR_TYPE()
String representing the type of the error.
-
getKEY_ERROR_STACK
final String getKEY_ERROR_STACK()
Human readable version of the stack.
-
getVALUE_SPAN_KIND_CLIENT
final String getVALUE_SPAN_KIND_CLIENT()
Represents the value used for tagging a span as a "client" in the Datadog tracer with KEY_SPAN_KIND key.
-
getVALUE_SPAN_KIND_SERVER
final String getVALUE_SPAN_KIND_SERVER()
Represents the value used for tagging a span as a "server" in the Datadog tracer with KEY_SPAN_KIND key.
-
getVALUE_SPAN_KIND_PRODUCER
final String getVALUE_SPAN_KIND_PRODUCER()
Represents the value used for tagging a span as a "producer" in the Datadog tracer.
-
getVALUE_SPAN_KIND_CONSUMER
final String getVALUE_SPAN_KIND_CONSUMER()
Represents the value used for tagging a span as a "consumer" in the Datadog tracer.
-
getKEY_ANALYTICS_SAMPLE_RATE
final String getKEY_ANALYTICS_SAMPLE_RATE()
Represents the key used for tagging the analytics sample rate in the Datadog tracer.
-
getRESOURCE_NAME
final String getRESOURCE_NAME()
Represents the resource name tag used for tracing spans.
-
getERROR_MSG
final String getERROR_MSG()
String representing the error message.
-
getERROR_TYPE
final String getERROR_TYPE()
String representing the type of the error.
-
-
-
-