package
7.17.28+incompatible
Repository: https://github.com/elastic/apm-server.git
Documentation: pkg.go.dev

# Functions

ContextWithLimiter returns a copy of parent associated with limiter.
FromContext returns a rate.Limiter if one is contained in ctx, and a bool indicating whether one was found.
NewStore returns a new instance of the Store.

# Variables

ErrRateLimitExceeded is returned when the rate limit is exceeded.

# Structs

Store is a LRU cache holding cache_size rate limiters, allowing N hits per cache key.