类 BaseMetrics<T extends io.prometheus.client.SimpleCollector,C>
java.lang.Object
org.apache.skywalking.oap.server.telemetry.prometheus.BaseMetrics<T,C>
BaseMetrics parent class represents the metrics
-
字段概要
字段修饰符和类型字段说明protected final MetricsTag.Keysprotected final Stringprotected final Stringprotected final MetricsTag.Values -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
name
-
tips
-
labels
-
values
-
-
构造器详细资料
-
BaseMetrics
-
-
方法详细资料
-
isIDReady
protected boolean isIDReady() -
getMetric
Create real prometheus metrics with SkyWalking native labels, and provide to all metrics implementation. Metrics name should be unique.- 返回:
- metric reference if the service instance id has been initialized. Or NULL.
-
create
-