Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RPC = metrics.RPC CacheHitsTotal = promauto.NewCounterVec( prometheus.CounterOpts{ Name: "trustengine_cache_lookups_total", Help: "Total number of cache hits in the trust engine.", }, []string{"type", prom.LabelResult}, ) )
Exported metrics. This is a transitional hack until the new metrics approach is used everywhere.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.