Skip to content
Snippets Groups Projects
Commit f92937ff authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'L2SS-759-add-grafana-svg-plugin' into 'master'

L2SS-759: Add SVG panel plugin

Closes L2SS-759

See merge request !307
parents c7499371 56868c82
Branches
Tags
1 merge request!307L2SS-759: Add SVG panel plugin
...@@ -4,6 +4,7 @@ FROM grafana/grafana ...@@ -4,6 +4,7 @@ FROM grafana/grafana
RUN grafana-cli plugins install briangann-datatable-panel RUN grafana-cli plugins install briangann-datatable-panel
RUN grafana-cli plugins install ae3e-plotly-panel RUN grafana-cli plugins install ae3e-plotly-panel
RUN grafana-cli plugins install yesoreyeram-infinity-datasource RUN grafana-cli plugins install yesoreyeram-infinity-datasource
RUN grafana-cli plugins install aceiot-svg-panel
COPY grafana.ini /etc/grafana/ COPY grafana.ini /etc/grafana/
......
This diff is collapsed.
apiVersion: 1
datasources:
# <string, required> name of the datasource. Required
- name: Grafana API
# <string, required> datasource type. Required
type: yesoreyeram-infinity-datasource
# <string, required> access mode. proxy or direct (Server or Browser in the UI). Required
access: proxy
# <int> org id. will default to orgId 1 if not specified
orgId: 1
# <string> custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically
uid: grafanaapi
# <string> url
url: http://localhost:3000/api
# <string> Deprecated, use secureJsonData.password
password:
# <string> database user, if used
user: postgres
# <string> database name, if used
database: hdb
# <bool> enable/disable basic auth
basicAuth: false
# <string> basic auth username
basicAuthUser:
# <string> Deprecated, use secureJsonData.basicAuthPassword
basicAuthPassword:
# <bool> enable/disable with credentials headers
withCredentials:
# <bool> mark as default datasource. Max one per org
isDefault: false
# <map> fields that will be converted to json and stored in jsonData
version: 1
# <bool> allow users to edit datasources from the UI.
editable: false
prometheus_client
python-logstash-async
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment