Returns build information

GET {{baseUrl}}/status/buildinfo

The following endpoint returns various build information properties about the Prometheus server

All values are of the result type string.


NOTE: The exact returned build properties may change without notice between Prometheus versions.


New in v2.14

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"success","data":{"version":"2.13.1","revision":"cb7cbad5f9a2823a622aaa668833ca04f50a0ea7","branch":"master","buildUser":"julius@desktop","buildDate":"20191102-16:19:59","goVersion":"go1.13.1"}}