Object/Class

com.netflix.atlas.core.model

TagKey

Related Docs: class TagKey | package model

Permalink

object TagKey extends Serializable

Helper functions and constants for standard tag keys.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagKey
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val allTags: String

    Permalink

    Synthetic tag that is created for lines in a graph to indicate all key/value pairs for a particular line on the graph.

  5. final val application: String

    Permalink

    Application associated with the metric.

  6. def apply(name: String): TagKey

    Permalink

    Creates a new tag key object with unknown count.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val atlas: List[String]

    Permalink

    List of atlas tag keys.

  9. final val autoScalingGroup: String

    Permalink

    Amazon auto scaling group for the instance reporting the metric.

  10. final val availabilityZone: String

    Permalink

    Amazon availability zone for the instance reporting the metric.

  11. final val avg: String

    Permalink

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

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. final val cluster: String

    Permalink

    Cluster name associated with the metric.

  14. final val country: String

    Permalink

    ISO country code.

  15. final val countryRollup: String

    Permalink

    ISO country code rollup used by NCCP.

  16. final val dsType: String

    Permalink

    Data source type for the metric.

  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final val image: String

    Permalink

    Image id for the instance reporting the metric.

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isRestricted(name: String): Boolean

    Permalink

    Returns true if the name uses a restricted prefix.

  24. def isStandard(name: String): Boolean

    Permalink

    Returns true if the name is one of the standard tag keys.

  25. def isValid(name: String): Boolean

    Permalink

    Returns true if the name is valid.

    Returns true if the name is valid. A name is invalid if it is a non-standard name using a restricted prefix.

  26. final val job: String

    Permalink

    Name for a job running in a framework like hadoop.

  27. final val last: String

    Permalink

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

  28. final val legacy: String

    Permalink

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

  29. final val max: String

    Permalink

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

  30. final val min: String

    Permalink

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

  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. val netflix: List[String]

    Permalink

    List of standard netflix tag keys.

  33. final val node: String

    Permalink

    Instance id reporting the metric.

  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final val offset: String

    Permalink

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

  37. final val percentile: String("percentile")

    Permalink

    Used to store the bucket id for percentile approximation.

  38. final val policy: String

    Permalink

    Indicates whether the data was uploaded with the batch or real-time policy.

  39. final val region: String

    Permalink

    Amazon region for the instance reporting the metric.

  40. val restrictedPrefixes: List[String]

    Permalink

    TagKey names with these prefixes are restricted and managed by the system.

    TagKey names with these prefixes are restricted and managed by the system. They should not be set or used directly by users.

  41. final val source: String

    Permalink

    Indicates the source of a metric such as plugin or snmp.

  42. val standard: List[String]

    Permalink

    A list of standard tags.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. final val task: String

    Permalink

    Id for a task that runs as part of a job.

  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final val total: String

    Permalink

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

  47. final val uniqueTags: String

    Permalink

    Synthetic tag that is created for lines in a graph to indicate the unique key/value pairs for an aggregate line.

  48. final val vmType: String

    Permalink

    Amazon instance type for the instance reporting the metric.

  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped