scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

Handling more than 32 dimensions #60

Closed itsderek23 closed 6 years ago

itsderek23 commented 6 years ago

Our Crossfilter library limits to 32 dimensions. When this is exceeded, a JS error results and Trace Explorer fails to render w/the following JS error:

invalid array width!

Relevant GitHub issue: https://github.com/square/crossfilter/pull/75

There appears to be some work on supporting more dimensions. Based on the initial discussion, there is a 5% slowdown on 1M rows, which is acceptable for us (we render far fewer than that).

/cc @dlanderson