Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create activity API #35

Open
chamerling opened this issue Nov 14, 2012 · 0 comments
Open

Create activity API #35

chamerling opened this issue Nov 14, 2012 · 0 comments

Comments

@chamerling
Copy link
Contributor

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:

  • Component Lifecycle (start, stop, shutdown, maintenance, ...)
  • Errors (triggered by monitoring, governance, components, ...)
  • TBC

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"
  }
}
@ghost ghost assigned chamerling Nov 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant