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
/
ClientKey
Client
Key
data
class
ClientKey
(
val
username
:
String
?
,
val
password
:
String
?
)
(
source
)
Members
Constructors
Client
Key
Link copied to clipboard
constructor
(
username
:
String
?
,
password
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
?
username
Link copied to clipboard
val
username
:
String
?
Functions
cache
Key
Link copied to clipboard
internal
fun
cacheKey
(
)
:
String
has
Auth
Link copied to clipboard
fun
hasAuth
(
)
:
Boolean
masked
Key
Link copied to clipboard
internal
fun
maskedKey
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String