Main

com.netflix.atlas.standalone.Main
object Main extends StrictLogging

Provides a simple way to start up a standalone server. Usage:

$ java -jar atlas.jar config1.conf config2.conf

Attributes

Graph
Supertypes
trait StrictLogging
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit
def shutdown(): Unit

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
StrictLogging