Skip to content

Commit

Permalink
Fixed prometheus filename error
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Oct 21, 2024
1 parent 06ffdeb commit cdf8340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_prometheus_metrics.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
cluster_auth='{"cluster_id":"'"${CLUSTER_ID}"'","endpoint":"'"${ENDPOINT}"'","user":"'"${USER}"'","password":"'"${PASSW}"'","ssl":"True"}'
python3 metrics_prom.py $PROMETHEUS_ENDPOINT $VO $cluster_auth
python3 prometheus_metric_parser.py $PROMETHEUS_ENDPOINT $VO $cluster_auth

0 comments on commit cdf8340

Please sign in to comment.