You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got reports regarding the plugin doesn't work if IPv6 is disabled. The current workaround is to use [Remote Rendering Using Docker](#remote-rendering-using-docker) instead. Refer to [issue](https://github.com/grafana/grafana-image-renderer/issues/48) for more information.
23
-
24
20
## Installation
25
21
26
22
### Using grafana-cli
@@ -38,44 +34,10 @@ for rendering and using remote rendering, see [Remote Rendering Using Docker](#r
38
34
39
35
If you still want to install the plugin in the Grafana docker image we provide instructions for how to build a custom Grafana image, see [Grafana Docker documentation](https://grafana.com/docs/installation/docker/#custom-image-with-grafana-image-renderer-plugin-pre-installed) for further instructions.
40
36
41
-
### Environment variables
42
-
43
-
You can override certain settings by using environment variables and making sure that those are available for the Grafana process.
44
-
45
-
**Default timezone:**
46
-
47
-
Instruct headless browser instance to use a default timezone when not provided by Grafana, e.g. when rendering panel image of alert. See [ICU’s metaZones.txt](https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt?rcl=faee8bc70570192d82d2978a71e2a615788597d1) for a list of supported timezone IDs. Fallbacks to `TZ` environment variable if not set.
48
-
49
-
```bash
50
-
GF_RENDERER_PLUGIN_TZ=Europe/Stockholm
51
-
```
52
-
53
-
**Ignore HTTPS errors:**
54
-
55
-
Instruct headless browser instance whether to ignore HTTPS errors during navigation. Per default HTTPS errors is not ignored.
56
-
Due to the security risk it's not recommended to ignore HTTPS errors.
57
-
58
-
```bash
59
-
GF_RENDERER_PLUGIN_IGNORE_HTTPS_ERRORS=true
60
-
```
61
-
62
-
**gRPC port:**
63
-
64
-
Change the listening port of the gRPC server. Default is `0` and will automatically assign a port not in use.
65
-
66
-
```bash
67
-
GF_RENDERER_PLUGIN_GRPC_PORT=50059
68
-
```
69
-
70
-
**Verbose logging:**
71
-
72
-
Instruct headless browser instance whether to capture and log verbose information when rendering an image. Default is `false` and will only capture and log error messages. When enabled, `true`, debug messages are captured and logged as well.
73
37
74
-
For the verbose information to be included in the Grafana server log you have to adjust the rendering log level to `debug`, see [Troubleshoot image rendering](https://grafana.com/docs/grafana/latest/administration/image_rendering/#troubleshoot-image-rendering) for instructions.
38
+
### Configuration
75
39
76
-
```bash
77
-
GF_RENDERER_PLUGIN_VERBOSE_LOGGING=true
78
-
```
40
+
For available configuration settings, please refer to [Grafana Image Rendering documentation](https://grafana.com/docs/administration/image_rendering/).
79
41
80
42
## Remote Rendering Using Docker
81
43
@@ -85,10 +47,6 @@ Instead of installing and running the image renderer as a plugin, you can run it
85
47
86
48
For troubleshooting help, please refer to [Grafana Image Rendering documentation](https://grafana.com/docs/administration/image_rendering/#troubleshooting).
87
49
88
-
## Building from source
89
-
90
-
See [Building from source](https://github.com/grafana/grafana-image-renderer/blob/master/docs/building_from_source.md).
91
-
92
50
## Additional information
93
51
94
52
See [docs](https://github.com/grafana/grafana-image-renderer/blob/master/docs/index.md).
0 commit comments