Skip to content

Commit

Permalink
chore(docs): add activity events log
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 12, 2016
1 parent 05a5fa5 commit 6c6c307
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ Each connected device can also request a **signed identity certificate**, which
All server functionality is exposed via a HTTP API. It is JSON based and vaguely restful. A detailed description is available [here](./api.md) and a prose overview of the design and cryptogaphic details is available [here](https://wiki.mozilla.org/Identity/AttachedServices/KeyServerProtocol).


## Logging

We log several events for analytical and metrics purposes:

### Activity Events

* account.created - Account is created
* account.signed - [Certificate Signed](api.md#post-v1certificatesign)
* account.login - [Account login event](api.md#post-v1accountlogin)

0 comments on commit 6c6c307

Please sign in to comment.