grafana-dashboard icon indicating copy to clipboard operation
grafana-dashboard copied to clipboard

Dashboard for Tarantool application and database server monitoring with Grafana

Results 12 grafana-dashboard issues
Sort by recently updated
recently updated
newest added

In Grafana versions 9.3.x and newer, the message appears: Angular panel plugin, the selected panel plugin is using legacy plugin APIs. Consider switching to the Time Series visualization type. This...

Now user may set the following filters ``` filters: { job: ['=~', '$job'], alias: ['=~', '$alias'], } ``` and get the dashboard with `job`, `alias` dynamic variables and filters. User...

enhancement
customer
teamE
3sp

Now we have an example of alerts for Prometheus that one may use. But using Grafana alerts is more widespread among Tarantool Grafana dashboard users. For now, there wasn't any...

dashboard
customer
teamE
13sp

There is a way to add custom panels through jsonnet script. User also can build its own custom dashboard by using repo as a library. But there is a lot...

dashboard
customer
teamE
13sp

Current description for the metric **expirationd -> working_time** looks unclear. Description must be more specific and answer for the questions "What is this metric for?" and "How is it works?"

[grafana/grafonnet-lib](https://github.com/grafana/grafonnet-lib) is deprecated now in favor of [grafana/grafonnet](https://github.com/grafana/grafonnet). The main advantage is that new library is automatically generated from Grafana code itself, so any new updates should be fetched automatically...

blocked
dashboard
code health
feature

After https://github.com/tarantool/metrics/issues/464, we'll need to support new naming too. There are two possible ways: - publishing different dashboards, - adding name regex "old name or new name" in each query.

enhancement
teamE
3sp

`metrics` module supports Graphite. We should provide an example with Graphite monitoring stack, similar to Prometheus and InfluxDB ones.

enhancement
example cluster
wishlist

Since InfluxDB 2.0 (November 2020), new query language was introduced. Flux has more features: for example, with join we may solve https://github.com/tarantool/grafana-dashboard/issues/39 or rewrite awful SQLs (like [this one](https://github.com/tarantool/grafana-dashboard/blob/c344da210ebe045ce4ee04af54a351cd040d675d/dashboard/panels/crud.libsonnet#L485-L496)). Moreover,...

code health
feature

Consider a possibility on how to add cluster overview panels (https://github.com/tarantool/grafana-dashboard/issues/19) to InfluxDB dashboard. https://habr.com/ru/company/raiffeisenbank/blog/490764/ may help

enhancement
help wanted
dashboard
wishlist