Eventbrite Brian Pitts

Results 4 issues of Eventbrite Brian Pitts

Start `aq` and try entering the first example ``` > SELECT instance_type, count(*) count QueryError: no such column: instance_type ``` `aq` treats the newline as the statement terminator and tries...

I [see](https://github.com/jamiealquiza/es-stats/blob/614ba0226d2ea0fda5b58235eb02c1ac28765a5e/structs.go#L95-L96) es-stats collecting the total_in_bytes_and available_in_bytes stats. The [Cluster Stats API](http://www.elastic.co/guide/en/elasticsearch/reference/1.5/cluster-stats.html) makes additional information about i/o available, such as - disk_reads - disk_writes - disk_io_op (sum of disk_reads and...

You can see that the raw data is there if you export the tikibar data as json, but functions beyond the lowest thirty are not displayed when you look at...

Slack recently introduced the concept of message buttons. ![Example Message Button](https://api.slack.com/img/api/message_guidelines/Example_6.gif) Blog post: https://slackhq.com/get-more-done-with-message-buttons-5fa5b283a59 Developer documentation: https://api.slack.com/docs/message-buttons Here's their summary of the interaction model: 1. Your application produces a message...