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
rhh hit metrics are expensive to bookkeep: they have a default 10% sample rate which is high and use a global random source which serializes access to do that sampling. They are rarely examined so we can disable them.
rhh hit metrics are expensive to bookkeep: they have a default 10% sample rate which is high and use a global random source which serializes access to do that sampling. They are rarely examined so we can disable them.
switch this to false:
influxdb/pkg/rhh/rhh.go
Line 430 in 94dbbdc
The text was updated successfully, but these errors were encountered: