Skip to content

Commit

Permalink
status.nixos.org/prometheus -> monitoring.nixos.org/prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jan 7, 2021
1 parent 0ab4a45 commit 3a761f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status.js
Expand Up @@ -48,7 +48,7 @@ async function fetchMetrics(queryType, queryArgs = {}) {
params.set(key, String(value));
}

const response = await fetch(`https://status.nixos.org/prometheus/api/v1/${queryType}?${params}`);
const response = await fetch(`https://monitoring.nixos.org/prometheus/api/v1/${queryType}?${params}`);
const {
data
} = await response.json();
Expand Down

0 comments on commit 3a761f2

Please sign in to comment.