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
Add dashboard to Grafana community built dashboards (#3)
Add dashboard to Grafana Official & community built dashboards. Rework README to describe import from Grafana Official & community built dashboards, separate build section cause it is not a obligatory stage for using dashboard now.
Dashboard for Tarantool application and database server monitoring, based on [grafonnet](https://github.com/grafana/grafonnet-lib) library.
4
+
5
+
Our pages on Grafana Official & community built dashboards: [InfluxDB](https://grafana.com/grafana/dashboards/12567).
6
+
7
+
You can find screenshots and short description of contents on Grafana pages.
8
+
9
+
# How to import
10
+
11
+
* Open Grafana import menu.
12
+
13
+

14
+
15
+
* Paste dashboard id (`12567` for InfluxDB) or link to dashboard (https://grafana.com/grafana/dashboards/12567 for InfluxDB) or upload json file (download it from Grafana page: [InfluxDB](https://grafana.com/grafana/dashboards/12567); or build it by yourself).
16
+
17
+
* Set dashboard name, folder, uid (if needed), and metrics database parameters (i.e., InfluxDB source and measurement).
18
+
19
+

20
+
21
+
# How to build
22
+
3
23
## Requirements and setup
4
24
5
25
1. Install [go-jsonnet](https://github.com/google/go-jsonnet) compiler. We use v0.16.0.
@@ -12,13 +32,11 @@
12
32
13
33
```docker-compose up -d``` will start 5 containers: Tarantool, Telegraf, InfluxDB, Prometheus and Grafana, which build cluster with two fully operational metrics datasources (InfluxDB and Prometheus), extracting metrics from Tarantool instance. We recommend using the exact versions we use in experimental cluster (e.g. Grafana v6.6.0).
14
34
15
-
## Usage
16
-
17
-
Currently we provide only InfluxDB-based dashboard template.
0 commit comments