There was an error while loading. Please reload this page.
1 parent 1cd6806 commit dcf5761Copy full SHA for dcf5761
2 files changed
.github/workflows/BUILD_AND_DEPLOY.yml
@@ -33,5 +33,5 @@ jobs:
33
password: ${{ secrets.BASEFLOW_ACR_PASSWORD }}
34
push: ${{ github.event_name != 'pull_request' }}
35
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
36
- version: 1.5
+ version: 1.6
37
context: ./oxybox
oxybox/src/mimir/mod.rs
@@ -22,8 +22,8 @@ const PROBE_HTTP_VERSION_METRIC: &str = "probe_http_version";
22
// const PROBE_TOTAL_DURATION_METRIC: &str = "probe_total_duration_seconds";
23
const PROBE_HTTP_SSL_EARLIEST_EXPIERY_METRIC: &str = "probe_ssl_earliest_cert_expiry";
24
25
-const BLACKBOX_JOB: &str = "blackbox";
26
-const HTTP_MODULE: &str = "http_2xx";
+const BLACKBOX_JOB: &str = "oxybox";
+const HTTP_MODULE: &str = "http_probe";
27
28
fn create_time_series(
29
metric_name: &str,
0 commit comments