mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
Automatic update Grafana datasource docs from VictoriaMetrics/grafana-datasource@95d0711 (#5329)
This commit is contained in:
parent
0a28c8e91b
commit
ec7cac3641
@ -44,6 +44,14 @@ the following changes to Grafana's `grafana.ini` config:
|
|||||||
allow_loading_unsigned_plugins = victoriametrics-datasource
|
allow_loading_unsigned_plugins = victoriametrics-datasource
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For `grafana-operator` users, please adjust `config:` section in your `kind=Grafana` resource as below
|
||||||
|
|
||||||
|
```
|
||||||
|
config:
|
||||||
|
plugins:
|
||||||
|
allow_loading_unsigned_plugins: "victoriametrics-datasource"
|
||||||
|
```
|
||||||
|
|
||||||
See [why VictoriaMetrics datasource is unsigned](#why-victoriaMetrics-datasource-is-unsigned).
|
See [why VictoriaMetrics datasource is unsigned](#why-victoriaMetrics-datasource-is-unsigned).
|
||||||
|
|
||||||
For detailed instructions on how to install the plugin on Grafana Cloud or
|
For detailed instructions on how to install the plugin on Grafana Cloud or
|
||||||
@ -164,10 +172,14 @@ extraInitContainers:
|
|||||||
tar -xf /var/lib/grafana/plugins/plugin.tar.gz -C /var/lib/grafana/plugins/
|
tar -xf /var/lib/grafana/plugins/plugin.tar.gz -C /var/lib/grafana/plugins/
|
||||||
rm /var/lib/grafana/plugins/plugin.tar.gz
|
rm /var/lib/grafana/plugins/plugin.tar.gz
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
# For grafana-operator users, change `name: storage` to `name: grafana-data`
|
||||||
- name: storage
|
- name: storage
|
||||||
mountPath: /var/lib/grafana
|
mountPath: /var/lib/grafana
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For `grafana-operator` users, the above configuration should be done for the part
|
||||||
|
`/spec/deployment/spec/template/spec/initContainers` of your `kind=Grafana` resource.
|
||||||
|
|
||||||
This example uses init container to download and install plugin. To allow Grafana using this container as a sidecar
|
This example uses init container to download and install plugin. To allow Grafana using this container as a sidecar
|
||||||
set the following config:
|
set the following config:
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user