forked from lix-project/hydra
job prometheus endpoint: d'oh
This commit is contained in:
parent
f8875f2d68
commit
64cdc3413c
|
@ -59,7 +59,7 @@ sub prometheus : Chained('job') PathPart('prometheus') Args(0) {
|
||||||
$c->stash->{jobset}->name,
|
$c->stash->{jobset}->name,
|
||||||
$c->stash->{job}->name,
|
$c->stash->{job}->name,
|
||||||
$lastBuild->nixname,
|
$lastBuild->nixname,
|
||||||
)->inc($lastBuild->stoptime >= 0);
|
)->inc($lastBuild->buildstatus > 0);
|
||||||
|
|
||||||
$c->stash->{'plain'} = { data => $prometheus->render };
|
$c->stash->{'plain'} = { data => $prometheus->render };
|
||||||
$c->forward('Hydra::View::Plain');
|
$c->forward('Hydra::View::Plain');
|
||||||
|
|
Loading…
Reference in a new issue