Result

com.netflix.atlas.eval.graph.Grapher.Result
case class Result(config: GraphConfig, data: Array[Byte])

Rendered graph result.

Value parameters

config

The config used to generate the graph.

data

Rendered data. The format of this data will depend on the config settings for the graph.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dataString: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product