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
/
ResponseResults
/
ResponseResults
Response
Results
constructor
(
statusCode
:
HttpStatusCode
=
HttpStatusCode.OK
,
contentType
:
ContentType
=
Text.Plain.withCharset(Charsets.UTF_8)
,
contentText
:
String
=
""
,
updateMsgs
:
List
<
String
>
=
emptyList()
)
(
source
)