Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
minor fix to new params in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotashrimp committed May 14, 2019
1 parent 4583aa9 commit e9a5372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ If you do, then the required fields change a bit from what's shown in the Parame
| **LOGZIO_LISTENER_HOST** | **Default**: `listener.logz.io` <br> Replace `<LISTENER-URL>` with your region's listener URL. For more information on finding your account's region, see [Account region](https://docs.logz.io/user-guide/accounts/account-region.html). |
| **LOGZIO_API_HOST** | **Default**: `api.logz.io` <br> Required to read back spans from Logz.io. <br> Replace `<API-URL>` with your region's base API URL. For more information on finding your account's region, see [Account region](https://docs.logz.io/user-guide/accounts/account-region.html). |
| **STRICT_TRACE_ID** | **Default**: `true` <br> Use `false` if your version of Zipkin server generates 64-bit trace IDs (version 1.14 or lower). If `false`, spans are grouped by the rightmost 16 characters of the trace ID. For version 1.15 or later, we recommend leaving the default. |
| **SENDER_DRAIN_INTERVAL** | **Default**: 5 <br> Time interval, in seconds, to send the traces accumulated on the disk |
| **CLEAN_SENT_TRACES_INTERVAL** | **Default**: 30 <br> Time interval, in seconds, to clean sent traces from the disk |
| **SENDER_DRAIN_INTERVAL** | **Default**: `5` <br> Time interval, in seconds, to send the traces accumulated on the disk. |
| **CLEAN_SENT_TRACES_INTERVAL** | **Default**: `30` <br> Time interval, in seconds, to clean sent traces from the disk. |

### 3. Check Logz.io for your traces

Expand Down

0 comments on commit e9a5372

Please sign in to comment.