Commit 5c4241ca authored by John Murray's avatar John Murray
Browse files

Updated README.md about namespaces in events

Now that namespaces are working in both the API and via the Redis
push, I've updated to take this off of the "wishlist" at the bottom
of the site.
parent 55927df0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -121,6 +121,12 @@ redis.lpush("fnordmetric-queue", uuid)

----

### Assigning Events to a Namespace ###

```js
{ "_type": "unicorn_seen", "_namespace":  "myapp" }
```

### Event Handlers ###

Call these methods from the event-handler block
@@ -351,4 +357,4 @@ Todos
+ the funnel-widget
+ timelinewidget + numberswidget => should use redis hmget
+ get multiple metrics in a single http get
+ the `{ _namespace: myns }` field 
+ ~~the `{ _namespace: myns }` field~~