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 543e463 commit 8538208Copy full SHA for 8538208
src/lib.rs
@@ -174,8 +174,9 @@ impl ApolloTracing {
174
/// * hostname - Hostname like yourdomain-graphql-1.io
175
/// * graph_ref - <ref>@<variant> Graph reference with variant
176
/// * release_name - Your release version or release name from Git for example
177
- /// * batch_target - The number of traces to batch, it depends on your traffic, if you have
178
- /// 60 request per minutes, set it to 20.
+ /// * batch_target - The number of traces to batch, it depends on your traffic, if you have.
+ /// When the accumulated traces are ~4Mb, they are sent event if we did not reach the
179
+ /// batch_target limit.
180
pub fn new(
181
authorization_token: String,
182
hostname: String,
0 commit comments