Compare commits
No commits in common. "f5b92715efa9fa5eede0b7ad313779243f9869ed" and "2713142c7d79f15a6d9528a4ea52d184e88fa0ed" have entirely different histories.
f5b92715ef
...
2713142c7d
|
|
@ -92,7 +92,7 @@ const PrometheusChart = ({ metricName }) => {
|
|||
else if (range <= 86400) step = 120;
|
||||
else step = 300;
|
||||
|
||||
const response = await axios.get('https://192.168.2.43:3000/metrics', {
|
||||
const response = await axios.get('http://192.168.2.39:3000/metrics', {
|
||||
params: { metric: metricName, start, end, step },
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue