We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc45841 commit 1079433Copy full SHA for 1079433
1 file changed
observability/deploy.sh
@@ -21,14 +21,7 @@ echo "▶ Step 2: Generating Prometheus configuration..."
21
bash "${SCRIPT_DIR}/generate-prometheus-config.sh"
22
echo ""
23
24
-# Step 2.1: Validate Prometheus YAML
25
-echo "▶ Step 2.1: Validating Prometheus configuration syntax..."
26
-if ! python3 -c 'import sys, yaml; yaml.safe_load(sys.stdin)' < "${SCRIPT_DIR}/prometheus/prometheus.yml"; then
27
- echo "❌ ERROR: prometheus.yml is not valid YAML. Lütfen dosyayı kontrol edin!"
28
- exit 99
29
-fi
30
-echo "✅ Prometheus YAML syntax OK."
31
-echo ""
+cat "${SCRIPT_DIR}/prometheus/prometheus.yml"
32
33
# Step 3: Install node_exporter on all Kafka nodes
34
echo "▶ Step 3: Installing node_exporter on all Kafka nodes..."
0 commit comments