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
/
ScrapeRequestResponse
/
ScrapeRequestResponse
Scrape
Request
Response
constructor
(
statusCode
:
HttpStatusCode
,
updateMsg
:
String
,
contentType
:
ContentType
=
Text.Plain.withCharset(Charsets.UTF_8)
,
contentText
:
String
=
""
,
failureReason
:
String
=
""
,
url
:
String
=
""
,
fetchDuration
:
Duration
)
(
source
)