Skip to content

Commit

Permalink
Merge pull request #232 from SayakMukhopadhyay/master
Browse files Browse the repository at this point in the history
Fixed health url for Dex in prometheus blackbox
  • Loading branch information
Diaphteiros authored Jun 4, 2020
2 parents 5732931 + 78f31aa commit 5cd2a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metrics_path: /probe
scheme: http
static_configs:
- targets:
- (( .imports.identity.export.identity_url "/healthz" ))
- (( .imports.identity.export.issuer_url "/healthz" ))
labels:
purpose: availability
relabel_configs:
Expand Down

0 comments on commit 5cd2a78

Please sign in to comment.