Skip to content

Latest commit

 

History

History

oscillator-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A simple oscillator example

This is a very simple application to demonstrate how to create an application based on otto-de/oscillator with the usage of tesla-microservice.

So there are two relevant dependencies:

[de.otto/oscillator "0.2.26"] [de.otto/tesla-microservice "0.7.1"]

Running it

Get leiningen. Clone the repo.

Adjust:

  • :base-url in pages/page-config to your graphite server
  • targets in charts to point to proper graphite data series
  • targets in annotations to point to your deployment events (or remove them)

Start the example application with

$ lein run

Access the example dashboard under http://localhost:8080/

It should look something like this:

Example Dashboard