using the new testing endpoint

This commit is contained in:
2025-07-02 01:41:07 +03:00
parent 112757d5a6
commit 79922fbc0b
10 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ interface VMPlacementData {
}>;
}
const ENDPOINT = 'http://10.150.1.167:8003/prom/get_chart_data/vm_placement';
const ENDPOINT = 'http://141.196.166.241:8003/prom/get_chart_data/vm_placement';
const REFRESH_INTERVAL = 30000; // 30 seconds
const SummaryStats: React.FC = () => {

View File

@@ -1,7 +1,7 @@
import { useState, useEffect } from 'react';
import { VMDetails, GainBeforeData, MigrationAdviceData } from './types';
const API_BASE_URL = 'http://10.150.1.167:8003';
const API_BASE_URL = 'http://141.196.166.241:8003';
const REFRESH_INTERVAL = 30000; // 30 seconds
interface GainAfterData {