[GitHub] phoenix issue #193: Improvements to Phoenix Web App

2016-08-28 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the issue: https://github.com/apache/phoenix/pull/193 The squashed pull request is as follows #202 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] phoenix pull request #202: PHOENIX-3193 Tracing UI cleanup

2016-08-28 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/202 PHOENIX-3193 Tracing UI cleanup You can merge this pull request into a Git repository by running: $ git pull https://github.com/AyolaJayamaha/phoenix phoenix-tracing Alternatively

[GitHub] phoenix pull request #195: Zipkin

2016-08-24 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/195 Zipkin Flipping zipkin chart on vertical axis would be done on the zipkin codebase. The zipkin codebase does not support date/time in milliseconds. You can merge this pull request into

[GitHub] phoenix pull request #193: Query builder

2016-08-22 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/193 Query builder You can merge this pull request into a Git repository by running: $ git pull https://github.com/AyolaJayamaha/phoenix query-builder Alternatively you can review and

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-09-07 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/111#issuecomment-138435673 @ndimiduk & @jtaylor-sfdc @JamesRTaylor can either of you please take a look at this PR? Thanks. --- If your project is set up for it, you can r

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-26 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/111#discussion_r38028108 --- Diff: phoenix-tracing-webapp/src/build/build.xml --- @@ -0,0 +1,40 @@ + --- End diff -- Embedded service : https

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-26 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/111#discussion_r38027924 --- Diff: phoenix-tracing-webapp/src/main/java/org/apache/phoenix/tracingwebapp/http/Main.java --- @@ -0,0 +1,78 @@ +/* + * Licensed to the

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-26 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/111#discussion_r38026772 --- Diff: phoenix-tracing-webapp/src/main/java/org/apache/phoenix/tracingwebapp/http/Main.java --- @@ -0,0 +1,78 @@ +/* + * Licensed to the

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-26 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/111#discussion_r37995853 --- Diff: phoenix-tracing-webapp/pom.xml --- @@ -0,0 +1,173 @@ + + + + http://maven.apache.org/POM/4.0.0"; xmlns:xsi="htt

[GitHub] phoenix pull request: PHOENIX-2187: Adding front-end of Tracing We...

2015-08-20 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/112#issuecomment-133054413 Build phoenix-tracing-webapp by `mvn package` It will run jasmine JS Test Specs with testing JS files in Tracing Web app ![screenshot from 2015-08

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-20 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/111#issuecomment-133053181 Build Apache Phoenix from root mvn clean install Start the backend services `./bin/traceserver.py start` Stop the backend services

[GitHub] phoenix pull request: PHOENIX-2187: Adding front-end of Tracing We...

2015-08-20 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/112 PHOENIX-2187: Adding front-end of Tracing Web App This will include the followingTracing visualization features. - [x] List - lists the traces with their attributes - [x] Trace Count

[GitHub] phoenix pull request: PHOENIX-2186 : Back end services

2015-08-20 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/111 PHOENIX-2186 : Back end services This will include the following components. - [x] Main class - [x] Pom file - [x] Adding as moduel for root pom - [x] Launch script - [x

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-17 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-131859265 @JamesRTaylor : Here is new look of dependency tree with SQL query ![screenshot from 2015-08-17 20 44 37](https://cloud.githubusercontent.com/assets

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-16 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-131679366 Hi, James I will try to added description of the root span for state notification box. Thanks --- If your project is set up for it, you can

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-16 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-131591980 Dependency tree with text and tooltip ![screenshot_from_2015-08-16_161355](https://cloud.githubusercontent.com/assets/1260234/9294520/277049ae-446d-11e5

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-10 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-129547016 ![screenshot from 2015-08-10 19 37 43](https://cloud.githubusercontent.com/assets/1260234/9178646/daae8d8a-3fb5-11e5-89d0-8e3559f7ee50.png) Trace count

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-09 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-129188195 Attaching dependency tree view ![screenshot from 2015-08-09 18 39 35](https://cloud.githubusercontent.com/assets/1260234/9155058/fc1985b2-3ec8-11e5-87ad

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-05 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-128098489 Phoenix binding for Trace Count Chart ![screenshot from 2015-08-05 23 42 32](https://cloud.githubusercontent.com/assets/1260234/9093943/c8643f2c-3bcc-11e5

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-08-03 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-127286516 Test Specs are written in jasmine and jasmine-maven-plugin is used to integrate test to build ![screenshot from 2015-08-03 21 20 51](https

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-07-28 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-125707558 ### Starting Trace WebApp `python traceserver.py start` Trace web app will start in [http://localhost:8864/webapp/] (http://localhost:8864/webapp

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-07-28 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-125697098 You can start the web app from the command given below. `java -jar target/phoenix-tracing-webapp-4.4.1-HBase-0.98-SNAPSHOT-runnable.jar` You can change

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-07-27 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/103#issuecomment-125292795 Building trace web app from root. ![screenshot from 2015-07-27 23 38 15](https://cloud.githubusercontent.com/assets/1260234/8913865/4a1b0ca0-34b9-11e5-9d64

[GitHub] phoenix pull request: PHOENIX-1118 : Trace Web Application

2015-07-27 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/103 PHOENIX-1118 : Trace Web Application - [x] Root level Build - [x] Trace Web Application You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-20 Thread AyolaJayamaha
Github user AyolaJayamaha commented on the pull request: https://github.com/apache/phoenix/pull/96#issuecomment-122967254 ### Merge milestone 3.1 PR. 1. You can build "TacingWebApp" by `mvn clean install` 2. Start the TracingWebApp `java -jar targ

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-03 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/96#discussion_r33879482 --- Diff: phoenix-tracing-webapp/src/main/webapp/index.html --- @@ -0,0 +1,114

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-03 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/96#discussion_r33879167 --- Diff: phoenix-tracing-webapp/src/main/java/org/example/Tracing.java --- @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-03 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/96#discussion_r33878758 --- Diff: phoenix-tracing-webapp/src/main/webapp/css/nv.d3.css --- @@ -0,0 +1,769 @@ + --- End diff -- nvd3 library is used for

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-03 Thread AyolaJayamaha
Github user AyolaJayamaha commented on a diff in the pull request: https://github.com/apache/phoenix/pull/96#discussion_r33878556 --- Diff: phoenix-tracing-webapp/pom.xml --- @@ -0,0 +1,73 @@ + + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi=

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-02 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/96 Adding tracingweb app ##Adding tracing web app There is no way of visualizing Phoenix tracing information. Adding simple charting to visualize the tracing information is done by this

[GitHub] phoenix pull request: Adding tracingweb app

2015-07-02 Thread AyolaJayamaha
GitHub user AyolaJayamaha opened a pull request: https://github.com/apache/phoenix/pull/95 Adding tracingweb app #Tracing Web App - [x] Web app create from jetty - [x] Adding angularjs - [x] Adding charts and timeline - [ ] Communicating from Java to Javascript