File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 password : ${{ secrets.BASEFLOW_ACR_PASSWORD }}
3434 push : ${{ github.event_name != 'pull_request' }}
3535 vulnerability_scan : ${{ github.event_name != 'pull_request' }}
36- version : 1.5
36+ version : 1.6
3737 context : ./oxybox
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ const PROBE_HTTP_VERSION_METRIC: &str = "probe_http_version";
2222// const PROBE_TOTAL_DURATION_METRIC: &str = "probe_total_duration_seconds";
2323const PROBE_HTTP_SSL_EARLIEST_EXPIERY_METRIC : & str = "probe_ssl_earliest_cert_expiry" ;
2424
25- const BLACKBOX_JOB : & str = "blackbox " ;
26- const HTTP_MODULE : & str = "http_2xx " ;
25+ const BLACKBOX_JOB : & str = "oxybox " ;
26+ const HTTP_MODULE : & str = "http_probe " ;
2727
2828fn create_time_series (
2929 metric_name : & str ,
You can’t perform that action at this time.
0 commit comments