Class PrometheusHelper

java.lang.Object
com.yahoo.container.jdisc.state.PrometheusHelper

public class PrometheusHelper extends Object
Author:
olaa
  • Constructor Details

    • PrometheusHelper

      public PrometheusHelper()
  • Method Details

    • buildPrometheusOutput

      protected static byte[] buildPrometheusOutput(List<com.fasterxml.jackson.databind.JsonNode> metrics, long timestamp) throws IOException
      Throws:
      IOException