Uses of Class
ai.vespa.metricsproxy.metric.model.MetricsPacket
Packages that use MetricsPacket
Package
Description
-
Uses of MetricsPacket in ai.vespa.metricsproxy.core
Methods in ai.vespa.metricsproxy.core that return types with arguments of type MetricsPacketModifier and TypeMethodDescriptionMetricsManager.getHealthMetrics(List<VespaService> services) Returns the health metrics for the given services.VespaMetrics.getHealthMetrics(List<VespaService> services) MetricsManager.getMetrics(List<VespaService> services, Instant startTime) Returns the metrics for the given services.MetricsManager.getMetrics(List<VespaService> services, Instant startTime, ConsumerId consumerId) -
Uses of MetricsPacket in ai.vespa.metricsproxy.http
Methods in ai.vespa.metricsproxy.http that return types with arguments of type MetricsPacket -
Uses of MetricsPacket in ai.vespa.metricsproxy.http.application
Methods in ai.vespa.metricsproxy.http.application that return types with arguments of type MetricsPacket -
Uses of MetricsPacket in ai.vespa.metricsproxy.http.yamas
Constructor parameters in ai.vespa.metricsproxy.http.yamas with type arguments of type MetricsPacketModifierConstructorDescriptionYamasResponse(int code, List<MetricsPacket> metrics, boolean useJsonl) -
Uses of MetricsPacket in ai.vespa.metricsproxy.metric.model
Methods in ai.vespa.metricsproxy.metric.model that return MetricsPacket -
Uses of MetricsPacket in ai.vespa.metricsproxy.metric.model.json
Methods in ai.vespa.metricsproxy.metric.model.json that return types with arguments of type MetricsPacketModifier and TypeMethodDescriptionstatic List<MetricsPacket>YamasJsonUtil.appendOptionalStatusPacket(List<MetricsPacket> packets) Method parameters in ai.vespa.metricsproxy.metric.model.json with type arguments of type MetricsPacketModifier and TypeMethodDescriptionstatic List<MetricsPacket>YamasJsonUtil.appendOptionalStatusPacket(List<MetricsPacket> packets) static GenericApplicationModelGenericJsonUtil.toGenericApplicationModel(Map<Node, List<MetricsPacket>> metricsByNode) static GenericJsonModelGenericJsonUtil.toGenericJsonModel(List<MetricsPacket> metricsPackets) static GenericJsonModelGenericJsonUtil.toGenericJsonModel(List<MetricsPacket> metricsPackets, Node node) static StringYamasJsonUtil.toJson(List<MetricsPacket> metrics, boolean addStatus) static voidYamasJsonUtil.toJson(List<MetricsPacket> metrics, OutputStream outputStream, boolean addStatus) static voidYamasJsonUtil.toJsonl(List<MetricsPacket> metrics, OutputStream outputStream, boolean addStatus) -
Uses of MetricsPacket in ai.vespa.metricsproxy.metric.model.prometheus
Method parameters in ai.vespa.metricsproxy.metric.model.prometheus with type arguments of type MetricsPacketModifier and TypeMethodDescriptionstatic PrometheusModelPrometheusUtil.toPrometheusModel(List<MetricsPacket> metricsPackets, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of MetricsPacket in ai.vespa.metricsproxy.node
Methods in ai.vespa.metricsproxy.node that return types with arguments of type MetricsPacket