Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MissCounter is the counter of missing cache. MissCounter prometheus.Counter // HitCounter is the counter of hitting cache. HitCounter prometheus.Counter // UpdateCounter is the counter of updating cache. UpdateCounter prometheus.Counter // DelCounter is the counter of deleting cache. DelCounter prometheus.Counter // EvictCounter is the counter of evicting cache. EvictCounter prometheus.Counter // RejectCounter is the counter of reject cache. RejectCounter prometheus.Counter // CostGauge is the gauge of cost time. CostGauge prometheus.Gauge // CapacityGauge is the gauge of capacity. CapacityGauge prometheus.Gauge )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.