Skip to content

Commit

Permalink
docs(readme): fix byte - megabyte conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowbeetle authored Jan 23, 2018
1 parent 3bcac07 commit 42b7e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ avg(rate(http_request_duration_ms_sum[1m]) / rate(http_request_duration_ms_count
In Megabyte.

```
avg(nodejs_external_memory_bytes / 1024) by (service)
avg(nodejs_external_memory_bytes / 1024 / 1024) by (service)
```

### Reload config
Expand Down

0 comments on commit 42b7e22

Please sign in to comment.