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
The Sysdig datasource plugin is currently in BETA and tested with Grafana version up to [8.5.5](https://github.com/grafana/grafana/releases/tag/v8.5.5).
14
+
15
+
**NOTE: this plugin is not supported with later versions of Grafana. Instead, use the official Prometheus data source plugin to query the Sysdig API. For more info: [Sysdig Docs](https://docs.sysdig.com/en/docs/sysdig-monitor/integrations-for-sysdig-monitor/collect-prometheus-metrics/configure-sysdig-with-grafana/).**
16
+
17
+
Known limitations of the Sysdig datasource plugin are listed below:
18
+
*[Annotations](http://docs.grafana.org/reference/annotations/) are leveraged to show Sysdig events, but not broadly supported.
19
+
* With Grafana you can enter any arbitrary [time range](https://grafana.com/docs/grafana/v8.5/dashboards/time-range-controls/), but data will be fetched according to retention and granularity restrictions as explained in [Sysdig Docs](https://docs.sysdig.com/en/docs/sysdig-monitor/explore/time-windows/#time-window-limitations).
20
+
21
+
---
9
22
10
23
## Getting Started
11
24
@@ -15,15 +28,26 @@ There are several installation approaches available for the Sysdig datasource pl
15
28
16
29
> **Note:** The Sysdig datasource plugin is currently not included in the [official & community built plugin page](https://grafana.com/plugins), and needs to be installed manually.
17
30
31
+
#### Compatibility
32
+
33
+
| Grafana Version | Plugin Version |
34
+
|-----------------|----------------|
35
+
| <= 7.3.10 | <= 0.10 |
36
+
| 7.4.0 - 8.5.5 | 0.11 |
37
+
38
+
> **Note:** Starting from version 8, Grafana will not load unsigned plugins.
39
+
> To load the sysdig plugin you must set the [allow_loading_unsigned_plugins](https://grafana.com/docs/grafana/v8.5/administration/configuration/#allow_loading_unsigned_plugins) property. (E.g. `allow_loading_unsigned_plugins=sysdig`)
40
+
> For more information about the configuration files, refer to the [Grafana docs](https://grafana.com/docs/grafana/v8.5/administration/configuration/#configuration-file-location).
41
+
18
42
#### Using a Grafana Docker Container
19
43
20
44
We offer a Docker container image based on Grafana that comes with the plugin pre-installed:
21
45
22
46
```
23
-
docker run -d -p 3000:3000 --name grafana sysdiglabs/grafana:latest
47
+
docker run -d -p 3000:3000 -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=sysdig --name grafana sysdiglabs/grafana:latest
24
48
```
25
49
26
-
> For more information, refer to the [Docker Hub repository page](https://hub.docker.com/r/sysdiglabs/grafana) for more information about the
50
+
> For more information, refer to the [Docker Hub repository page](https://hub.docker.com/r/sysdiglabs/grafana).
27
51
28
52
---
29
53
@@ -33,13 +57,13 @@ Alternatively, the default Grafana container image can be used as is, and the pl
> For more information, refer to the [Grafana installation documentation](http://docs.grafana.org/installation/docker/#grafana-container-using-bind-mounts) and the [Docker documentation](https://docs.docker.com/storage/bind-mounts/).
@@ -59,7 +83,7 @@ The plugin can be installed on any host where Grafana is installed. To install t
1. Download the plugin from: https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.7.zip
112
+
1. Download the plugin from: https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.11.zip
89
113
2. Install the plugin in the Grafana plugins folder.
90
114
3. Restart Grafana.
91
115
@@ -122,6 +146,12 @@ In Sysdig, number panels, bar charts and histograms display aggregated data (i.e
122
146
123
147
> **Note:** To maintain the same aggregation mechanism and precision offered by the Sysdig API, create panels with the "Fetch single data point" flag turned on. This will instruct the datasource to make an aggregated data request to the API.
124
148
149
+
### Table panels
150
+
151
+
Starting from Grafana 7.4, and Sysdig plugin 0.11, the table panel must be created with the "Fetch as table" flag turned on.
152
+
This flag can be used also with other Grafana panel types that requires data in a table format, like `Bar chart` and `Bar gauge`.
153
+
154
+
> **Note**: no migration is required for the existing panels.
125
155
126
156
### Filters
127
157
@@ -262,18 +292,6 @@ The complete example below contains dynamic rows and panels:
262
292
263
293
---
264
294
265
-
266
-
## Current limitations
267
-
268
-
The Sysdig datasource is currently in Beta. Sysdig will continue to release iterations to make the datasource more complete and robust; however, some issues may be encountered. A list of known limitations is provided below:
269
-
270
-
* The datasource is being tested with latest version of Grafana. If you're using older versions of Grafana and you find any issues, please report the issue and we'll make sure to support your version of Grafana!
271
-
* We leverage [annotations](http://docs.grafana.org/reference/annotations/) to show Sysdig events, but we don't support it just yet.
272
-
* With Grafana you can enter any arbitrary [time range](http://docs.grafana.org/reference/timerange/), but data will be fetched according to retention and granularity restrictions as explained in this [Sysdig Support page](https://support.sysdig.com/hc/en-us/articles/204889655).
273
-
274
-
275
295
## Support / Community
276
296
277
-
The Sysdig Datasource Plugin for Grafana is currently in beta. We'd love to hear from you and help you with it!
278
-
279
-
Join our [Public Slack](https://slack.sysdig.com) channel ([#grafana](https://sysdig.slack.com/messages/CA7RSQXK9)) for announcements and discussions.
297
+
We'd love to hear from you! Join our [Public Slack](https://slack.sysdig.com) channel ([#grafana](https://sysdig.slack.com/messages/CA7RSQXK9)) for announcements and discussions.
0 commit comments