Skip to content
Snippets Groups Projects

Context & Device Performance Enhancements

Merged Lluis Gifre Renom requested to merge feat/context-performance-scalability into develop
Files
42
+ 1
1
@@ -422,7 +422,7 @@ if [[ "$TFS_COMPONENTS" == *"webui"* ]]; then
},
"secureJsonData": {"password": "'${QDB_PASSWORD}'"}
}' ${GRAFANA_URL_UPDATED}/api/datasources
printf "\n\n"
echo
# adding the datasource of the metrics collection framework
curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{
Loading