This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 31042cd Fix `defaultMetricDimensions.json` path link (#11156)
31042cd is described below
commit 31042cddf58b75b11eb24646cef08b285143c374
Author: Jeet Patel <[email protected]>
AuthorDate: Sat Apr 24 08:38:03 2021 +0530
Fix `defaultMetricDimensions.json` path link (#11156)
---
docs/design/extensions-contrib/dropwizard.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/design/extensions-contrib/dropwizard.md
b/docs/design/extensions-contrib/dropwizard.md
index 6770177..2a45cbd 100644
--- a/docs/design/extensions-contrib/dropwizard.md
+++ b/docs/design/extensions-contrib/dropwizard.md
@@ -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"
}
}
-```
\ No newline at end of file
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]