refactor: merge checks into monitors (/monitors/:id/history), ingest moves to /internal/ingest
This commit is contained in:
@@ -168,7 +168,7 @@ async fn post_result(
|
||||
result: CheckResult,
|
||||
) -> Result<()> {
|
||||
client
|
||||
.post(format!("{coordinator_url}/checks/ingest"))
|
||||
.post(format!("{coordinator_url}/internal/ingest"))
|
||||
.header("x-monitor-token", token)
|
||||
.json(&result)
|
||||
.send()
|
||||
|
||||
Reference in New Issue
Block a user