mirror of https://github.com/apache/druid.git
typo: s/metric_value/metric_name/
This commit is contained in:
parent
df4604c392
commit
73226f20cc
|
@ -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>"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue