Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3614618072 for ; Sat, 2 May 2015 20:58:44 +0000 (UTC) Received: (qmail 43827 invoked by uid 500); 2 May 2015 20:58:44 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 43786 invoked by uid 500); 2 May 2015 20:58:44 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 43773 invoked by uid 99); 2 May 2015 20:58:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2015 20:58:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2015 20:58:39 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 1AF5828726 for ; Sat, 2 May 2015 19:20:06 +0000 (UTC) Received: (qmail 936 invoked by uid 99); 1 May 2015 18:20:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 18:20:06 +0000 Date: Fri, 1 May 2015 18:20:06 +0000 (UTC) From: "Nikita Ivanov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-852) Add in-app analytics to better understand usage and failure patterns. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Nikita Ivanov created IGNITE-852: ------------------------------------ Summary: Add in-app analytics to better understand usage and failure patterns. Key: IGNITE-852 URL: https://issues.apache.org/jira/browse/IGNITE-852 Project: Ignite Issue Type: Bug Components: general Affects Versions: sprint-2 Reporter: Nikita Ivanov Assignee: Nikita Ivanov Fix For: sprint-5 Basically, we need to follow the path of the most modern apps where they use combination of segment.io + mixpanels (or similar stack) for in-application analytics. This allows to track: - how each individual feature or sub-system is used - what OS/JVM version combinations are used by users - exception/assertions (including details) - performance metrics - etc. All this, of course, can be done w/o tracking or storing any sensitive user information, i.e. in anonymous mode. Having this type of data will allow the community to make *much more* educated decisions on what to work on, what to fix first and what to test and in what priority. -- This message was sent by Atlassian JIRA (v6.3.4#6332)