From 372a53d4cb783fb92592ee71885cc01c1e907988 Mon Sep 17 00:00:00 2001 From: DmitriyA Date: Wed, 19 Mar 2025 16:36:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/Charts/PrometheusChart.jsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Charts/PrometheusChart.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charts/PrometheusChart.jsx b/src/Charts/PrometheusChart.jsx index d3a151b..2fdf9e3 100755 --- a/src/Charts/PrometheusChart.jsx +++ b/src/Charts/PrometheusChart.jsx @@ -92,7 +92,7 @@ const PrometheusChart = ({ metricName }) => { else if (range <= 86400) step = 120; else step = 300; - const response = await axios.get('http://192.168.2.39:3000/metrics', { + const response = await axios.get('https://192.168.2.43:3000/metrics', { params: { metric: metricName, start, end, step }, }); -- 2.40.1