Uses of Class
ai.vespa.metricsproxy.metric.dimensions.NodeDimensions
Packages that use NodeDimensions
Package
Description
-
Uses of NodeDimensions in ai.vespa.metricsproxy.core
Constructors in ai.vespa.metricsproxy.core with parameters of type NodeDimensionsModifierConstructorDescriptionMetricsManager(VespaServices vespaServices, VespaMetrics vespaMetrics, ExternalMetrics externalMetrics, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of NodeDimensions in ai.vespa.metricsproxy.http.application
Constructors in ai.vespa.metricsproxy.http.application with parameters of type NodeDimensionsModifierConstructorDescriptionApplicationMetricsHandler(Executor executor, ApplicationMetricsRetriever metricsRetriever, MetricsConsumers metricsConsumers, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of NodeDimensions in ai.vespa.metricsproxy.http.prometheus
Constructors in ai.vespa.metricsproxy.http.prometheus with parameters of type NodeDimensionsModifierConstructorDescriptionPrometheusHandler(Executor executor, MetricsManager metricsManager, VespaServices vespaServices, MetricsConsumers metricsConsumers, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of NodeDimensions in ai.vespa.metricsproxy.http.yamas
Constructors in ai.vespa.metricsproxy.http.yamas with parameters of type NodeDimensionsModifierConstructorDescriptionYamasHandler(Executor executor, MetricsManager metricsManager, VespaServices vespaServices, MetricsConsumers metricsConsumers, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of NodeDimensions in ai.vespa.metricsproxy.metric.model.prometheus
Methods in ai.vespa.metricsproxy.metric.model.prometheus with parameters of type NodeDimensionsModifier and TypeMethodDescriptionstatic PrometheusModelPrometheusUtil.toPrometheusModel(List<MetricsPacket> metricsPackets, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions) -
Uses of NodeDimensions in ai.vespa.metricsproxy.node
Constructors in ai.vespa.metricsproxy.node with parameters of type NodeDimensionsModifierConstructorDescriptionNodeMetricGatherer(MetricsManager metricsManager, ApplicationDimensions applicationDimensions, NodeDimensions nodeDimensions)