play-project / play

The main repository, used for website and issues
2 stars 0 forks source link

Create activity API #35

Open chamerling opened 12 years ago

chamerling commented 12 years ago

The monitoring will be able to receive simple activities, store them and list them. An activity can be defined as a high level log message. Examples of activities are:

The activity API will be JSON/REST based with a generic format like:

{
  name: "foo",
  timestamp: "377494774949",
  component: "DSB",
  uuid: "93939-93939-6363-9372",
  context : {
    foo : "bar",
    bar : "foo"
  }
}