Interface ExpositionFormatWriter

All Known Implementing Classes:
OpenMetricsTextFormatWriter, PrometheusProtobufWriter, PrometheusTextFormatWriter

public interface ExpositionFormatWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accepts(String acceptHeader)
     
     
    void
    write(OutputStream out, MetricSnapshots metricSnapshots)
    Text formats use UTF-8 encoding.