Results 9 issues of ioriveur

The very first introduction for GridLayout dashboard. ``` % node src/index.js summarize dashboard Output: { "title": "Monitoring", "gridSize": { "x": 24, "y": 56 }, "panelCount": 29, "time": { "from": "now-12h",...

## Summary There is 0.7.0 milestone which seems to mean partially updating wizzy features for grafana 5.0 or later (except folders and login). With this release, it is expected to...

In some workspaces with their particular workflows, `master` isn't the best ref to crawl. Currently, git driver is hard coded to pull `master` branch, which will get possible to be...

enhancement

Hello, I am wondering if it's possible to deal with a code which uses "S3 Select" feature. S3 Select is an S3 feature to get contents with SQL query. It...

enhancement
question

In some use cases, avoiding parsing perf data for multiple times contributes the flamescope server performance & its users' experience. flamescope already has an in-memory cache for the analyzed perf...

Every time people access the flamescope's heatmap, the server processes the perf output data which makes the user awaited. So I am considering to cache preprocessed or first-returned data. Structure...

enhancement

We are considering to add an annotation feature on the heatmap to represent simultaneous events on the heatmap so that users can visually grasp relation between "hot-spot" on the heatmap...

I couldn't build this project with gcc4.9. This is a little famous bug from upstream, maybe. Here is equivalent bug reports. [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746832] [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=27b829ee701e29804216b3803fbaeb629be27491] The solution is to update binutils repository.