Skip to content

Commit 6035086

Browse files
committed
README.md
1 parent a1770d9 commit 6035086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,11 @@ $logger = new FileLogger([
148148
```
149149

150150
#### How can i upload logs to Zipkin?
151-
Use Zipkin's rest API and send traces from zipkin.log.
151+
For SimpleHttpLogger:
152+
It does eveything for you.
152153

154+
For FileLogger:
155+
Use Zipkin's rest API and send traces from zipkin.log.
153156
How do i do that? Cron every 10 minutes, calling action witch sends POST.
154157

155158
You can read more about Zipkin's API endpoint [here](http://zipkin.io/zipkin-api/#/paths/%252Fspans/post)

0 commit comments

Comments
 (0)