We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04064a commit d5e723cCopy full SHA for d5e723c
src/bin/reporter.rs
@@ -128,7 +128,7 @@ async fn metric_watcher(config: &Config) {
128
.status_dashboard
129
.as_ref()
130
.expect("Status dashboard section is missing");
131
- let status_report_url = format!("{}/api/v1/component_status", sdb_config.url.clone(),);
+ let status_report_url = format!("{}/v1/component_status", sdb_config.url.clone(),);
132
let mut headers = HeaderMap::new();
133
if let Some(ref secret) = sdb_config.secret {
134
let key: Hmac<Sha256> = Hmac::new_from_slice(secret.as_bytes()).unwrap();
0 commit comments