mirror of https://github.com/apache/druid.git
Fix `defaultMetricDimensions.json` path link (#11156)
This commit is contained in:
parent
a47c0d2579
commit
31042cddf5
|
@ -91,7 +91,7 @@ druid.emitter.dropwizard.reporters=[{"type":"console","emitIntervalInSecs":30}"}
|
|||
```
|
||||
|
||||
### Default Metrics Mapping
|
||||
Latest default metrics mapping can be found [here] (https://github.com/apache/druid/tree/master/extensions-contrib/dropwizard/src/main/resources/defaultMetricDimensions.json)
|
||||
Latest default metrics mapping can be found [here] (https://github.com/apache/druid/blob/master/extensions-contrib/dropwizard-emitter/src/main/resources/defaultMetricDimensions.json)
|
||||
```json
|
||||
{
|
||||
"query/time": {
|
||||
|
@ -631,4 +631,4 @@ Latest default metrics mapping can be found [here] (https://github.com/apache/dr
|
|||
"type": "gauge"
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue