Class/Object

com.netflix.atlas.eval.graph

DefaultSettings

Related Docs: object DefaultSettings | package graph

Permalink

case class DefaultSettings(root: Config, config: Config) extends Product with Serializable

Default settings to use when rendering a graph image.

root

The full config object for the app. Primarily used for constructing any custom vocabulary that is needed for the interpreter.

config

The specific config block for graph settings. This is typically under atlas.eval.graph.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultSettings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultSettings(root: Config, config: Config)

    Permalink

    root

    The full config object for the app. Primarily used for constructing any custom vocabulary that is needed for the interpreter.

    config

    The specific config block for graph settings. This is typically under atlas.eval.graph.

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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val browserAgentPattern: Pattern

    Permalink

    Pattern to use for detecting if a user-agent is a web-browser.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. val config: Config

    Permalink

    The specific config block for graph settings.

    The specific config block for graph settings. This is typically under atlas.eval.graph.

  8. val contentTypes: Map[String, ContentType]

    Permalink

    Content types for the various rendering options.

  9. val endTime: String

    Permalink

    Default end time for the chart.

    Default end time for the chart. This value should typically be relative to now.

  10. val engines: Map[String, GraphEngine]

    Permalink

    Available engines for rendering a chart.

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

    Permalink
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. val graphVocabulary: Vocabulary

    Permalink

    Vocabulary to use in the interpreter when evaluating a graph expression.

  14. val height: Int

    Permalink

    Default height for the chart.

  15. val interpreter: Interpreter

    Permalink

    Interpreter for the graph expressions.

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val maxDatapoints: Int

    Permalink

    Maximum number of datapoints allowed for a line in a chart.

  18. val metadataEnabled: Boolean

    Permalink

    Should the uri and other graph metadata be encoded as text fields in the image?

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. val palette: String

    Permalink

    Default color palette for the chart.

    Default color palette for the chart. The armytage palette is recommended.

  23. val root: Config

    Permalink

    The full config object for the app.

    The full config object for the app. Primarily used for constructing any custom vocabulary that is needed for the interpreter.

  24. val startTime: String

    Permalink

    Default start time for the chart.

    Default start time for the chart. This value should typically be relative to the end time.

  25. val stepSize: Long

    Permalink

    Default step size to use for the chart.

    Default step size to use for the chart. This should typically match the primary step size of the underlying storage.

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

    Permalink
    Definition Classes
    AnyRef
  27. val timezone: String

    Permalink

    Default time zone for the chart.

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val width: Int

    Permalink

    Default width for the chart.

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 Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped