Skip to content

Commit dcf5761

Browse files
author
Thomas Luijken
committed
Different labels for oxybox send metrics
1 parent 1cd6806 commit dcf5761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
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

oxybox/src/mimir/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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";
2323
const 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

2828
fn create_time_series(
2929
metric_name: &str,

0 commit comments

Comments
 (0)