1
0
Fork 0

Rename prometheus valid metric

This commit is contained in:
clerie 2023-02-04 00:32:26 +01:00
parent b89910f649
commit 19120d4d0a
1 changed files with 1 additions and 1 deletions

View File

@ -260,6 +260,6 @@ async fn check(State(app_state): State<AppState>, Query(params): Query<HashMap<S
return (
StatusCode::OK,
format!("nixos_current_system_valid{{}} {}\n", status)
format!("nixos_current_system_is_sync{{}} {}\n", status)
).into_response();
}