Class GenericValueMetricGroup
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.AbstractMetricGroup<AbstractMetricGroup<?>>
-
- org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- org.apache.flink.runtime.metrics.groups.GenericValueMetricGroup
-
- All Implemented Interfaces:
MetricGroup
@Internal public class GenericValueMetricGroup extends GenericMetricGroup
AGenericMetricGroup
for representing the value part of a key-value metric group pair.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
AbstractMetricGroup.ChildType
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
LOG, parent, queryServiceScopeInfo, registry, variables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createLogicalScope(CharacterFilter filter, char delimiter)
protected void
putVariables(Map<String,String> variables)
Enters all variables specific to thisAbstractMetricGroup
and their associated values into the map.-
Methods inherited from class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
createQueryServiceMetricInfo, getGroupName
-
Methods inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
addGroup, addGroup, addMetric, addSpan, close, counter, counter, createChildGroup, gauge, getAllVariables, getAllVariables, getLogicalScope, getLogicalScope, getMetricIdentifier, getMetricIdentifier, getMetricIdentifier, getQueryServiceMetricInfo, getScopeComponents, histogram, isClosed, meter
-
-
-
-
Method Detail
-
putVariables
protected void putVariables(Map<String,String> variables)
Description copied from class:AbstractMetricGroup
Enters all variables specific to thisAbstractMetricGroup
and their associated values into the map.- Overrides:
putVariables
in classAbstractMetricGroup<AbstractMetricGroup<?>>
- Parameters:
variables
- map to enter variables and their values into
-
createLogicalScope
protected String createLogicalScope(CharacterFilter filter, char delimiter)
- Overrides:
createLogicalScope
in classAbstractMetricGroup<AbstractMetricGroup<?>>
-
-