Fix `defaultMetricDimensions.json` path link (#11156)

This commit is contained in:
Jeet Patel 2021-04-24 08:38:03 +05:30 committed by GitHub
parent a47c0d2579
commit 31042cddf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
```
```