keen-io

Maximum and Minimum Y-Axis Values on Keen.io Dashboard Charts

喜夏-厌秋 提交于 2019-12-24 12:51:49
问题 Is it possible to set maximum and minimum values on the Y-axis on keen dashboard charts? I downloaded the dashboard from this github repo : https://github.com/keen/dashboards I have a vertical column chart like below, I want to set the minimum value on the y-axis to be 70 and the maximum to be 90, how can I do this? <div class="col-sm-8"> <div class="chart-wrapper"> <div class="chart-title"> Alex Weight (kg) </div> <div class="chart-stage"> <div id="chart-01"></div> </div> <div class="chart

Create a histogram of session length in a given time period using Keen IO

倖福魔咒の 提交于 2019-12-22 13:01:50
问题 We are trying to build a histogram of session length in a given time period. Currently, we have sess:start and sess:end events which contains the session id and user id. I am wondering what's the best way to compute this data? Can this be achieve using the funnel api? 回答1: Have you checkout out the recipes section in Keen IO's docs? Here is an excerpt from the section on histogram recipes for Session Length that might be really helpful. Excerpt To create a histogram for session lengths, like

Nested JSON Objects in Keen.io

匆匆过客 提交于 2019-12-19 04:44:11
问题 In a collection in Keen.io, I have a property named pours of type list . pours is a list of individual pour objects which contain the properties start_time_of_pour , end_time_of_pour , and pour_amount . However I can't directly query for data stored in this list in the workbench. The workbench only allows me to set the Target Property to the pour list, not the individual pour objects or properties. Is there a way to access these nested objects and properties in the workbench? Thanks! 回答1:

Large number of threads under unicorn

前提是你 提交于 2019-12-13 01:01:01
问题 I am in the process of debugging some Posgtres connection leaks in our application. Few days back we suddenly crossed 100 connections when we should not be - coz we just have 8 unicorn workers and a sidekiq process (25 threads). I was looking at htop today and saw that a ton of threads were being spawned from my unicorn workers. Eg: Am I reading this correctly? This should not be happening right? If these are threads being spawned, any idea how to debug this? Thanks! Btw, my other problem -

Keen.io Dataviz to draw graph but keep getting error “Uncaught Requested parser does not exist”

北城以北 提交于 2019-12-10 20:34:25
问题 Tried to do some custom data alteration before charting a line graph Keen.io Dataviz to draw graph but keep getting error "Uncaught Requested parser does not exist" Does Keen.Dataviz only take data from Keen.query?? Data: { "result": [ { "value": 317, "timeframe": { "start": "2017-04-01T00:00:00.000Z", "end": "2017-05-01T00:00:00.000Z" } }, { "value": 1015, "timeframe": { "start": "2017-05-01T00:00:00.000Z", "end": "2017-06-01T00:00:00.000Z" } } ], "totalusers": 5357 } vm.mau = JSON.stringify

Create a histogram of session length in a given time period using Keen IO

那年仲夏 提交于 2019-12-06 04:57:46
We are trying to build a histogram of session length in a given time period. Currently, we have sess:start and sess:end events which contains the session id and user id. I am wondering what's the best way to compute this data? Can this be achieve using the funnel api? Stephanie Stroud Have you checkout out the recipes section in Keen IO's docs ? Here is an excerpt from the section on histogram recipes for Session Length that might be really helpful. Excerpt To create a histogram for session lengths, like the one shown above, you can run a count analysis on an event collection for completed

Nested JSON Objects in Keen.io

怎甘沉沦 提交于 2019-12-01 01:32:56
In a collection in Keen.io, I have a property named pours of type list . pours is a list of individual pour objects which contain the properties start_time_of_pour , end_time_of_pour , and pour_amount . However I can't directly query for data stored in this list in the workbench. The workbench only allows me to set the Target Property to the pour list, not the individual pour objects or properties. Is there a way to access these nested objects and properties in the workbench? Thanks! Josh from Keen IO here. There isn't currently a way to query properties of objects contained in lists via the