added statusCode dimension in druid supervisor config

This commit is contained in:
Ankit Nayan 2021-04-24 11:20:07 +05:30
parent e9d403493f
commit e24577b663
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,8 @@
"multiValueHandling": "ARRAY" "multiValueHandling": "ARRAY"
}, },
{ "name": "DurationNano", "type": "Long" }, { "name": "DurationNano", "type": "Long" },
{ "name": "Kind", "type": "int" } { "name": "Kind", "type": "int" },
{ "name": "StatusCode", "type": "int" }
] ]
} }
} }

View File

@ -36,7 +36,8 @@ data:
"multiValueHandling": "ARRAY" "multiValueHandling": "ARRAY"
}, },
{ "name": "DurationNano", "type": "Long" }, { "name": "DurationNano", "type": "Long" },
{ "name": "Kind", "type": "int" } { "name": "Kind", "type": "int" },
{ "name": "StatusCode", "type": "int" }
] ]
} }
} }