Interface ExpositionFormatWriter
- All Known Implementing Classes:
OpenMetricsTextFormatWriter
,PrometheusProtobufWriter
,PrometheusTextFormatWriter
public interface ExpositionFormatWriter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
write
(OutputStream out, MetricSnapshots metricSnapshots) Text formats use UTF-8 encoding.
-
Method Details
-
accepts
-
write
Text formats use UTF-8 encoding.- Throws:
IOException
-
getContentType
-