TagKey

com.netflix.atlas.core.model.TagKey
See theTagKey companion class
object TagKey

Helper functions and constants for standard tag keys.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TagKey.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): TagKey

Creates a new tag key object with unknown count.

Creates a new tag key object with unknown count.

Attributes

def isRestricted(name: String): Boolean

Returns true if the name uses a restricted prefix that is managed by the system. These tag keys should not be set or used directly by users

Returns true if the name uses a restricted prefix that is managed by the system. These tag keys should not be set or used directly by users

Attributes

Concrete fields

final val application: "nf.app"

Application associated with the metric.

Application associated with the metric.

Attributes

final val autoScalingGroup: "nf.asg"

Amazon auto scaling group for the instance reporting the metric.

Amazon auto scaling group for the instance reporting the metric.

Attributes

final val availabilityZone: "nf.zone"

Amazon availability zone for the instance reporting the metric.

Amazon availability zone for the instance reporting the metric.

Attributes

final val avg: "atlas.avg"

Synthetic tag that is created for lines in a graph to substitute the average statistic for the line.

Synthetic tag that is created for lines in a graph to substitute the average statistic for the line.

Attributes

final val cluster: "nf.cluster"

Cluster name associated with the metric.

Cluster name associated with the metric.

Attributes

final val dsType: "atlas.dstype"

Data source type for the metric.

Data source type for the metric.

Attributes

final val image: "nf.ami"

Image id for the instance reporting the metric.

Image id for the instance reporting the metric.

Attributes

final val last: "atlas.last"

Synthetic tag that is created for lines in a graph to substitute the last statistic for the line.

Synthetic tag that is created for lines in a graph to substitute the last statistic for the line.

Attributes

final val legacy: "atlas.legacy"

Indicates the legacy system the metric came from such as epic.

Indicates the legacy system the metric came from such as epic.

Attributes

final val max: "atlas.max"

Synthetic tag that is created for lines in a graph to substitute the max statistic for the line.

Synthetic tag that is created for lines in a graph to substitute the max statistic for the line.

Attributes

final val min: "atlas.min"

Synthetic tag that is created for lines in a graph to substitute the min statistic for the line.

Synthetic tag that is created for lines in a graph to substitute the min statistic for the line.

Attributes

final val node: "nf.node"

Instance id reporting the metric.

Instance id reporting the metric.

Attributes

final val offset: "atlas.offset"

Synthetic tag that is created for lines in a graph to indicate the time offset the line is shifted by.

Synthetic tag that is created for lines in a graph to indicate the time offset the line is shifted by.

Attributes

final val percentile: "percentile"

Used to store the bucket id for percentile approximation.

Used to store the bucket id for percentile approximation.

Attributes

final val region: "nf.region"

Amazon region for the instance reporting the metric.

Amazon region for the instance reporting the metric.

Attributes

final val total: "atlas.total"

Synthetic tag that is created for lines in a graph to substitute the total statistic for the line.

Synthetic tag that is created for lines in a graph to substitute the total statistic for the line.

Attributes

final val vmType: "nf.vmtype"

Amazon instance type for the instance reporting the metric.

Amazon instance type for the instance reporting the metric.

Attributes