SetCount

trait SetCount

A SetCount ia a metric that counts the number of occurences of Strings. The individual values are not known up front. Basically the SetCount is a dynamic set of counters, one counter for each unique word observed.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def observe(word: String): UIO[Any]

Increment the counter for a given word by 1

Increment the counter for a given word by 1