ItemIdCalculator

com.netflix.atlas.core.model.ItemIdCalculator
See theItemIdCalculator companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Pair = (String, String)

Value members

Concrete methods

def compute(tags: Map[String, String]): ItemId

Compute an identifier for a set of tags. The id is a sha1 hash of a normalized string representation. Identical tags will always get the same id.

Compute an identifier for a set of tags. The id is a sha1 hash of a normalized string representation. Identical tags will always get the same id.

Attributes