Skip to content

Commit

Permalink
Change smallest subheadings to bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
jajanet committed Jun 25, 2020
1 parent 0c049db commit 5a39a72
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions sdk/src/zpages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ On a high level, zPages work by reading a processes spans using a SpanProcessor,
### TraceZ
TraceZ is a type of zPage that shows information on tracing spans, and allows users to look closer at specific and individual spans. Details a user would view include span id, name, status, and timestamps. The individual components of TraceZ are as follows:

#### TracezSpanProcessor
Serving as the starting point of a zPage, SpanProcessor collects spans and provides an interface for DataAggregator.

#### TracezDataAggregator
This uses the SpanProcessor to do various functions to send spans to the HttpServer.

#### TracezHttpServer
Interactive webpages are generated and served using this, which gets information using the DataAggregator.
- TracezSpanProcessor
- Serving as the starting point of a zPage, SpanProcessor collects spans and provides an interface for DataAggregator.
- TracezDataAggregator
- This uses the SpanProcessor to do various functions to send spans to the HttpServer.
- TracezHttpServer
- Interactive webpages are generated and served using this, which gets information using the DataAggregator.


### RPCz
Expand Down

0 comments on commit 5a39a72

Please sign in to comment.