You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slogsampling.ThresholdSamplingOption{
Rate: 100,
BySource: true, // might be very costly to look for stacktrace
}
slogsampling.ThresholdSamplingOption{
Rate: 100,
ByDistance: slogsampling.LevenshteinDistance(xxx), // just brainstorming - definitely a VERY bad idea 😁
}
We have to keep track of hash/keys. A garbage collector must remove old entries in LRU or LFU manner.
The bloom filter could be embedded into the library on behalf of the developer.
The text was updated successfully, but these errors were encountered:
Some ideas:
We have to keep track of hash/keys. A garbage collector must remove old entries in LRU or LFU manner.
The bloom filter could be embedded into the library on behalf of the developer.
The text was updated successfully, but these errors were encountered: