Skip to content

Commit

Permalink
Fixing write-stream doc example events
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Yates committed Apr 5, 2017
1 parent 4be98f6 commit eef8efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/write.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Let's look at example. Suppose there is a metric type (e.g. table) named 'hounds

```
{
"metrictype" : "hounds"
"metrictype" : "hounds",
"timestamp" : 1490638685520
}
```
Expand All @@ -45,7 +45,7 @@ A custom "metric type key" (currently available through the command line or SDK)

```
{
"type" : "hounds"
"type" : "hounds",
"timestamp" : 1490638685520
}
```
Expand All @@ -57,7 +57,7 @@ Similarly, timestamp aliases can be defined for each metric (or globally for all

```
{
"type" : "hounds"
"type" : "hounds",
"ts" : 1490638685520
}
```
Expand Down

0 comments on commit eef8efa

Please sign in to comment.