Skip to content

Commit

Permalink
Merge pull request #57 from s8sg/monitoring
Browse files Browse the repository at this point in the history
Updated Readme tracing information
  • Loading branch information
s8sg authored Jul 8, 2019
2 parents 14c98f4 + 87168fc commit 6acb5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,9 @@ Request tracing can be enabled by providing by specifying
### Start The Trace Server
`jaeger` (opentracing-1.x) used for traceing
To start the trace server we run `jaegertracing/all-in-one` as a service.
```bash
docker service rm jaegertracing
docker pull jaegertracing/all-in-one:latest
docker service create --constraint="node.role==manager" --detach=true \
--network func_functions --name jaegertracing -p 5775:5775/udp -p 16686:16686 \
jaegertracing/all-in-one:latest
```
Quick start with jaegertracing: https://www.jaegertracing.io/docs/1.8/getting-started/

Below is an example of tracing for an async request with 3 Nodes
Below is an example of tracing for: https://github.com/s8sg/branching-in-faas-flow

![alt multi node](https://github.com/s8sg/faas-flow/blob/master/doc/tracing.png)

Expand Down
Binary file modified doc/tracing.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 6acb5f4

Please sign in to comment.