# Functions
NewLogRateLimiter creates RateLimiter implementation for logs using RateLimiterSetting.
NewMetricsRateLimiter creates RateLimiter implementation for metrics using RateLimiterSetting.
NewTraceRateLimiter creates RateLimiter implementation for traces using RateLimiterSetting.
# Structs
No description provided by the author
LogRateLimiter represents the RateLimiter config for logs.
No description provided by the author
No description provided by the author
MetricsRateLimiter represents the RateLimiter config for metrics.
No description provided by the author
No description provided by the author
TraceRateLimiter represents the RateLimiter config for traces.
No description provided by the author
# Interfaces
RateLimiter represents the RateLimiter operations.