Number of samples to buffer per shard before we block reading of more samples from the WAL.
It is recommended to have enough capacity in each shard to buffer several requests to keep throughput up while processing occasional slow remote requests.
Default if omitted: 2500
2500
Maximum number of shards, i.e. amount of concurrency.
Default if omitted: 200
200
Minimum number of shards, i.e. amount of concurrency.
Default if omitted: 1
1
Maximum number of samples per send.
Default if omitted: 500
500
Maximum time a sample will wait in buffer.
Default if omitted: 5.s
5.s
Initial retry delay. Gets doubled for every retry.
Default if omitted: 30.ms
30.ms
Maximum retry delay.
Default if omitted: 100.ms
100.ms
Consider HTTP 429 responses retry-able.
Default if omitted: false
false
Samples older than the limit will be dropped.
Default if omitted: do not drop old samples
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
Number of samples to buffer per shard before we block reading of more samples from the WAL.