Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit a7401fe

Browse files
author
Nimrod Shlagman
authored
fix(readme): update sampling vars (#66)
1 parent 9208b90 commit a7401fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Advanced options can be configured as a parameter to the init() method.
9090
|metadataOnly |Boolean|`false` |Whether to send only the metadata (`true`) or also the payloads (`false`) |
9191
|propagateTraceHeaderUrls |Array|`*` |Which outgoing requests to add traceparent headers to. Defaults to all. |
9292
|urlPatternsToIgnore |Array|[] |Which outgoing requests to ignore (and not add traceparent to. Default to [] |
93+
|networkSamplingRatio|Float |1.0 |How many spans are exported, configured between 0.0 (send nothing) to 1.0 (send everything)|
94+
|maxQueueSize |Integer|2048 |Maximum queue size, afterwhich spans are dropped |
95+
|scheduledDelayMillis|Integer|5000|Delay interval in milliseconds between two consecutive exports |
96+
|exportTimeoutMillis|Integer|30000|How many milliseconds the export can run before it is cancelled|
97+
|maxBatchSize |Integer|512 |Maximum batch size of every export. Has to be small or equal to maxQueueSize|
9398
|isEpsagonDisabled |Boolean|`false` |A flag to completely disable Epsagon (can be used for tests or locally) |
9499
|epsagonDebug |Boolean|`false` |Enable debug prints for troubleshooting. Note: if this flag is true, this will override the logLevel|
95100
|logLevel |String|`INFO` |The default Log level. Could be one of: ```DEBUG```, ```INFO```, ```WARN```, ```ERROR```, ```ALL```.|

0 commit comments

Comments
 (0)