PrefixConfig

com.netflix.atlas.core.limiter.PrefixConfig
case class PrefixConfig(key: String, valueLimit: Int, totalLimit: Int)

Configuration for a prefix key.

Value parameters

key

name of the key

totalLimit

max number of items cross all values

valueLimit

max number of values for this tag key

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product