Skip to content

Instantly share code, notes, and snippets.

@gberche-orange
Last active August 29, 2015 14:26
Show Gist options
  • Save gberche-orange/91581c3c39fdd8bec9ac to your computer and use it in GitHub Desktop.
Save gberche-orange/91581c3c39fdd8bec9ac to your computer and use it in GitHub Desktop.
autosleep component diagram
@startuml
() ServiceBroker
() RouteService
component AutoScalerApp
AutoScalerApp -up- [ServiceBroker]
AutoScalerApp -up- [RouteService]
database "Redis" {
[AppState]
[AppActivity]
}
component CCApi
component Metron
AutoScalerApp --> CCApi: get events, \nstop, start, \nscan new apps in space, \nmap route to router,\nbind service to app
AutoScalerApp --> Metron: insert log entries
AutoScalerApp --> Redis: read & write
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment