We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7289e9 + 809eea2 commit 1efc393Copy full SHA for 1efc393
1 file changed
modules/grafana/templates/prometheus-datasource.yaml.erb
@@ -4,9 +4,10 @@ apiVersion: 1
4
datasources:
5
<% @prometheus_servers.each do |server, domain| -%>
6
- name: prometheus_<%= domain %>
7
+ uid: prometheus_<%= domain %>
8
type: prometheus
9
url: http://<%= server %>:9090
10
access: proxy
11
isDefault: false
- editable: false
12
+ editable: true
13
<% end -%>
0 commit comments