Interface MetricsExporter
-
- All Known Implementing Classes:
FileMetricsExporter,PrometheusMetricsExporter
public interface MetricsExporter
-
-
Method Detail
-
type
String type()
-
push
void push(String serviceName, Map<String,String> labels) throws IOException
- Throws:
IOException
-
-