Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Grafana Station Dashboards
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LOFAR2.0
Grafana Station Dashboards
Merge requests
!32
add controlrestapi as a datasource
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add controlrestapi as a datasource
L2SS-2153---Add-Datasource
into
main
Overview
1
Commits
5
Pipelines
5
Changes
1
Merged
Reinder Kraaij
requested to merge
L2SS-2153---Add-Datasource
into
main
3 days ago
Overview
1
Commits
5
Pipelines
5
Changes
1
Expand
Closes
L2SS-2153
0
0
Merge request reports
Viewing commit
3be6460f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3be6460f
rpc is now set in nomad, generalizing this code
· 3be6460f
Reinder Kraaij
authored
2 days ago
datasources/restcontrolserver.yaml
+
1
−
1
Options
@@ -15,7 +15,7 @@ datasources:
# What we use here : http:// the consul name for the restapi / version of api / the consul address of the rpc service
# So that calls like "/v1/<station_name>/antenna/<antennafield_name>/<antenna_name>/use/<int:use> have the station name already filled on
# (The station name is used in the code to call to the Station grpc service)
url
:
http://controlrestapi.service.consul:50053/v1/
rpc.service.consul/
url
:
http://controlrestapi.service.consul:50053/v1/
# <string> Deprecated, use secureJsonData.password
password
:
# <string> database user, if used
Loading