Skip to content

Commit

Permalink
Add screenshots (#439)
Browse files Browse the repository at this point in the history
* add screenshots and update readme

* add USB to readme, update formatting

* switch service graph to png, switch usb to png
  • Loading branch information
Jason Bulicek authored and absrivastava committed Nov 30, 2018
1 parent ef70c77 commit cd90073
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,39 @@

<img src="/public/images/assets/logo_with_title_transparent.png" width="300" />

# haystack-ui
# Haystack-UI
Haystack-ui is the web UI for haystack. It is the central place for visualizing processed data from various haystack sub-systems.
Visualization tools in haystack-ui include -
* **Traces** - Distributed tracing visualization for easy root cause analysis
* **Trends** - Trends visualizing for vital service trends
* **Service Dependency** - Real time dependency graph with health and connectivity indicators
* **Alerts and Anomaly detection** [coming soon] - UI for configuring and subscribing alerts

Haystack-ui's navigation is pivoted around services. On selecting a service, you will get various visualizations tools each corresponding to a haystack sub-systems.
| Traces |
| :------------------------------------: |
| Distributed tracing visualization for easy root cause analysis |
| ![Trace Timeline](./public/images/assets/trace_timeline.png) |


| Trends |
| :------------------------------------: |
| Visualization of vital service and operation trending |
| ![Trends](./public/images/assets/trends.png) |


| Service Graph |
| :------------------------------------: |
| Real time dependency graph with health and connectivity indicators |
| ![Service Graph](./public/images/assets/service_graph.png) |


| Alerts and Anomaly Detection |
| :------------------------------------: |
| UI for displaying, configuring, and subscribing to alerts |
| ![Alerts](./public/images/assets/alerts.png) |


| Universal Search |
| :------------------------------------: |
| Intuitive, sandbox-style searching for accurate results. |
| ![Universal Search](./public/images/assets/universal_search.png) |



## Development
Expand Down
Binary file added public/images/assets/alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/assets/service_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/assets/trace_timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/assets/trends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/assets/universal_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd90073

Please sign in to comment.