typo: s/metric_value/metric_name/

This commit is contained in:
Igal Levy 2014-11-06 11:01:31 -08:00
parent df4604c392
commit 73226f20cc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The metric field can also be given as a JSON object. The grammar for dimension v
```json
"metric": {
"type": "numeric",
"metric": "<metric_value>"
"metric": "<metric_name>"
}
```