Skip to content

Commit e2e032a

Browse files
author
Thomas Luijken
committed
Use blackbox as the job
1 parent dcf5761 commit e2e032a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "oxybox";
26-
const HTTP_MODULE: &str = "http_probe";
25+
const BLACKBOX_JOB: &str = "blackbox";
26+
const HTTP_MODULE: &str = "oxybox_http";
2727

2828
fn create_time_series(
2929
metric_name: &str,

0 commit comments

Comments
 (0)