-
public class DdTagsUtilsUtilities for building and parsing Datadog tags strings and maps.
-
-
Field Summary
Fields Modifier and Type Field Description public final static DdTagsUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringtoDdTagsString(DatadogContext ddContext)Builds a Datadog tags string from a DatadogContext. final StringtoDdTagsString(Map<String, String> tags)Builds a Datadog tags string from a map of tag key-value pairs. final Map<String, String>toDdTagsMap(DatadogContext ddContext)Builds a Datadog tags map directly from a DatadogContext. final Map<String, String>toDdTagsMap(String tagsString)Parses a Datadog tags string into a Map. -
-
Method Detail
-
toDdTagsString
final String toDdTagsString(DatadogContext ddContext)
Builds a Datadog tags string from a DatadogContext.
-
toDdTagsString
final String toDdTagsString(Map<String, String> tags)
Builds a Datadog tags string from a map of tag key-value pairs.
-
toDdTagsMap
final Map<String, String> toDdTagsMap(DatadogContext ddContext)
Builds a Datadog tags map directly from a DatadogContext.
-
-
-
-