public class ReportPointSerializer extends Object implements java.util.function.Function<ReportPoint,String>
ReportPoint to its string representation in a canonical format (quoted metric name,
tag values and keys (except for "source"). Supports numeric and Histogram values.| Constructor and Description |
|---|
ReportPointSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(ReportPoint point) |
static String |
pointToString(ReportPoint point) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(ReportPoint point)
apply in interface java.util.function.Function<ReportPoint,String>public static String pointToString(ReportPoint point)
Copyright © 2020. All rights reserved.