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.common
/
ConfigVals
/
Agent
/
Http
/
ClientCache
Client
Cache
open
class
ClientCache
Members
Constructors
Client
Cache
Link copied to clipboard
constructor
(
c
:
Config
,
parentPath
:
String
,
$tsCfgValidator
:
ConfigVals.$TsCfgValidator
)
Properties
cleanup
Interval
Mins
Link copied to clipboard
val
cleanupIntervalMins
:
Int
Interval between cache cleanup runs in minutes
max
Age
Mins
Link copied to clipboard
val
maxAgeMins
:
Int
Maximum age of cached clients in minutes
max
Idle
Mins
Link copied to clipboard
val
maxIdleMins
:
Int
Maximum idle time before client is evicted in minutes
max
Size
Link copied to clipboard
val
maxSize
:
Int
Maximum number of HTTP clients to cache