public interface Sanitizer
| Modifier and Type | Field and Description |
|---|---|
static Sanitizer |
LAST_PASS
Metric names restrictions are described here.
|
static Sanitizer |
NO_OP
Performs an identity transform on the input
|
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String name)
Apply the sanitizer to the input
|
static final Sanitizer NO_OP
Copyright © 2017. All rights reserved.