Class ProtonMetricsResponse

java.lang.Object
com.yahoo.container.jdisc.HttpResponse
com.yahoo.restapi.SlimeJsonResponse
com.yahoo.vespa.config.server.http.v2.response.ProtonMetricsResponse

public class ProtonMetricsResponse extends com.yahoo.restapi.SlimeJsonResponse
Author:
akvalsvik
  • Field Summary

    Fields inherited from class com.yahoo.restapi.SlimeJsonResponse

    slime

    Fields inherited from class com.yahoo.container.jdisc.HttpResponse

    DEFAULT_CHARACTER_ENCODING, DEFAULT_MIME_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProtonMetricsResponse(com.yahoo.config.provision.ApplicationId applicationId, Map<String,ProtonMetricsAggregator> aggregatedProtonMetrics)
     
  • Method Summary

    Methods inherited from class com.yahoo.restapi.SlimeJsonResponse

    getContentType, render

    Methods inherited from class com.yahoo.container.jdisc.HttpResponse

    complete, getCharacterEncoding, getJdiscResponse, getLogValues, getRequestType, getStatus, headers, maxPendingBytes, populateAccessLogEntry, setRequestType, setStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtonMetricsResponse

      public ProtonMetricsResponse(com.yahoo.config.provision.ApplicationId applicationId, Map<String,ProtonMetricsAggregator> aggregatedProtonMetrics)