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.proxy
/
ProxyPathManager
/
AgentContextInfo
Agent
Context
Info
data
class
AgentContextInfo
(
val
isConsolidated
:
Boolean
,
val
labels
:
String
,
val
agentContexts
:
MutableList
<
AgentContext
>
)
(
source
)
Members
Constructors
Agent
Context
Info
Link copied to clipboard
constructor
(
isConsolidated
:
Boolean
,
labels
:
String
,
agentContexts
:
MutableList
<
AgentContext
>
)
Properties
agent
Contexts
Link copied to clipboard
val
agentContexts
:
MutableList
<
AgentContext
>
is
Consolidated
Link copied to clipboard
val
isConsolidated
:
Boolean
labels
Link copied to clipboard
val
labels
:
String
Functions
is
Not
Valid
Link copied to clipboard
fun
isNotValid
(
)
:
Boolean