We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4581bb4 commit f52c6aaCopy full SHA for f52c6aa
docs/sources/installation/rpm.md
@@ -141,6 +141,18 @@ those options.
141
- [OpenTSDB]({{< relref "datasources/opentsdb.md" >}})
142
- [Prometheus]({{< relref "datasources/prometheus.md" >}})
143
144
+### Server side image rendering
145
+
146
+Server side image (png) rendering is a feature that is optional but very useful when sharing visualizations,
147
+for example in alert notifications.
148
149
+If the image is missing text make sure you have font packages installed.
150
151
+```
152
+yum install fontconfig
153
+yum install freetype*
154
+yum install urw-fonts
155
156
157
## Installing from binary tar file
158
0 commit comments