MilesParker / flamegraph

Flamegraph for Looker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flamegraph for Looker

Flame graphs are used to visualise hierarchical data. This implementation for Looker was built using the D3.js plugin.

If you don't know what flame graphs are, check Brendan Gregg's post.

Example

Here's an example of analysing Redshift's Query Plan Costs within Looker (this is included in the the Redshift Performance Optimization Block): Screenshot

Data Requirements

Data must be in nested hierarchy structure. Ensure the 1st dimension is the parent id, the 2nd dimension is the child id, and 3rd dimension is the descriptor:

Implementation Instructions

  1. Fork this repository

  2. Turn on GitHub Pages

  3. Follow directions on Looker's documentation to add a new custom visualisation manifest:

About

Flamegraph for Looker


Languages

Language:JavaScript 100.0%