We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1770d9 commit 6035086Copy full SHA for 6035086
README.md
@@ -148,8 +148,11 @@ $logger = new FileLogger([
148
```
149
150
#### How can i upload logs to Zipkin?
151
-Use Zipkin's rest API and send traces from zipkin.log.
+For SimpleHttpLogger:
152
+It does eveything for you.
153
154
+For FileLogger:
155
+Use Zipkin's rest API and send traces from zipkin.log.
156
How do i do that? Cron every 10 minutes, calling action witch sends POST.
157
158
You can read more about Zipkin's API endpoint [here](http://zipkin.io/zipkin-api/#/paths/%252Fspans/post)
0 commit comments