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