Prometheus Proxy
Toggle table of contents
3.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Prometheus Proxy
Prometheus Proxy
/
io.prometheus.agent
/
HttpClientCache
/
CacheStats
Cache
Stats
data
class
CacheStats
(
val
totalEntries
:
Int
,
val
validEntries
:
Int
,
val
expiredEntries
:
Int
)
(
source
)
Members
Constructors
Cache
Stats
Link copied to clipboard
constructor
(
totalEntries
:
Int
,
validEntries
:
Int
,
expiredEntries
:
Int
)
Properties
expired
Entries
Link copied to clipboard
val
expiredEntries
:
Int
total
Entries
Link copied to clipboard
val
totalEntries
:
Int
valid
Entries
Link copied to clipboard
val
validEntries
:
Int