Skip to content

Commit

Permalink
add query timeout metric
Browse files Browse the repository at this point in the history
  • Loading branch information
itszootime committed Apr 21, 2023
1 parent cb111fa commit 2acf18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druid_exporter/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
'query/failed/count': {**QUERY_COUNT_METRIC},
'query/interrupted/count': {**QUERY_COUNT_METRIC},
'query/success/count': {**QUERY_COUNT_METRIC},
'query/timeout/count': {**QUERY_COUNT_METRIC},
}

SEGMENT_METRICS = {
Expand Down

0 comments on commit 2acf18d

Please sign in to comment.