Package com.dynatrace.metric.util
Interface MetricLineBuilder.BuildStep
-
- All Known Subinterfaces:
MetricLineBuilder.TimestampOrBuildStep
- Enclosing interface:
- MetricLineBuilder
public static interface MetricLineBuilder.BuildStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringbuild()Serialize the metric line with all normalizations applied.
-
-
-
Method Detail
-
build
java.lang.String build() throws MetricExceptionSerialize the metric line with all normalizations applied.- Returns:
- The metric line as a
String. - Throws:
MetricException- if the max line length limit of 50000 would be reached.
-
-