package annotations
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Annotation extends AnyRef
- case class AnnotationTarget(limit: Option[Int] = None, matchAny: Boolean = false, tags: List[String] = List.empty, type: String) extends Product with Serializable
- case class DashboardAnnotation(type: String, builtIn: Int = 0, datasource: String, enable: Boolean = true, hide: Boolean = false, iconColor: Color, name: String, target: Option[AnnotationTarget] = None) extends Annotation with Product with Serializable
- case class Tags(datasource: String, enable: Boolean = true, expr: String, hide: Boolean = false, iconColor: Color, limit: Long = 100, name: String, showIn: Long = 0, step: Option[String] = None, tagKeys: String, tags: List[String] = List.empty, titleFormat: Option[String] = None) extends Annotation with Product with Serializable
Value Members
- object Annotation
- object AnnotationTarget extends Serializable
- object DashboardAnnotation extends Serializable
- object Tags extends Serializable