Skip to content

Commit

Permalink
fix formatting on backend interface docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sappharx authored Apr 9, 2018
1 parent 8d5363c commit c964442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backend_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the `events` object:
and `metrics` is a hash representing the StatsD statistics:

```
metrics: {
metrics: {
counters: counters,
gauges: gauges,
timers: timers,
Expand All @@ -38,7 +38,7 @@ metrics: {
timer_data: timer_data,
statsd_metrics: statsd_metrics,
pctThreshold: pctThreshold
}
}
```

The counter_rates and timer_data are precalculated statistics to simplify
Expand Down

0 comments on commit c964442

Please sign in to comment.