Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Feb 26, 2025
1 parent 9b523c6 commit 8ca3409
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev-infrastructure/scripts/add-grafana-datasource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ MONITOR_RG=${ADDR[4]}
MONITOR_NAME=${ADDR[8]}
IFS=' '

echo "Grafana subscription id: ${GRAFANA_SUBSCRIPTION_ID}"
echo "Grafana resource group: ${GRAFANA_RG}"
echo "Grafana name: ${GRAFANA_NAME}"
echo "Monitor subscription id: ${MONITOR_DATA_SOURCE_SUBSCRIPTION_ID}"
echo "Monitor resource group: ${MONITOR_RG}"
echo "Monitor name: ${MONITOR_NAME}"

# lookup existing azure monitoring workspace registration
MONITOR_DATA_SOURCE="Managed_Prometheus_${MONITOR_NAME}"
EXISTING_DATA_SOURCE_URL=$(az grafana data-source list --name ${GRAFANA_NAME} \
Expand Down

0 comments on commit 8ca3409

Please sign in to comment.