Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!143
Resolve "Tune Grafana deployment and configuration"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Tune Grafana deployment and configuration"
fix/48-tune-grafana-deployment-and-configuration
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Lluis Gifre Renom
requested to merge
fix/48-tune-grafana-deployment-and-configuration
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Grafana needs only to be configured when Monitoring is configured too.
Improve Grafana deployment time.
Closes
#48 (closed)
Edited
1 year ago
by
Lluis Gifre Renom
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5b1c6b0d
1 commit,
1 year ago
3 files
+
11
−
10
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
deploy/tfs.sh
+
1
−
1
Options
@@ -348,7 +348,7 @@ for COMPONENT in $TFS_COMPONENTS; do
@@ -348,7 +348,7 @@ for COMPONENT in $TFS_COMPONENTS; do
printf
"
\n
"
printf
"
\n
"
done
done
if
[[
"
$TFS_COMPONENTS
"
==
*
"webui"
*
]]
;
then
if
[[
"
$TFS_COMPONENTS
"
==
*
"monitoring"
*
]]
&&
[[
"
$TFS_COMPONENTS
"
==
*
"webui"
*
]]
;
then
echo
"Configuring WebUI DataStores and Dashboards..."
echo
"Configuring WebUI DataStores and Dashboards..."
sleep
5
sleep
5
Loading