ItemIdCalculator

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

Helper to compute an ItemId from a tag map. This class will reuse buffers and is not thread-safe.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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