Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
Change-Id: I1a6cc9a49e632f28fe9032183417e5bdfc63618f
  • Loading branch information
elukey committed Aug 16, 2019
1 parent 951d14a commit 0be5f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ This exporter is supposed to be run on each host running a Druid daemon.
* `query/cache/total/evictions`
* `query/cache/total/timeouts`
* `query/cache/total/errors`
* `query/count` (only available with Druid 0.14+ - needs QueryCountStatsMonitor)
* `query/success/count` (needs QueryCountStatsMonitor)
* `query/failed/count` (needs QueryCountStatsMonitor)
* `query/interrupted/count` (needs QueryCountStatsMonitor)

### Historical, Coordinator (counters)
* `segment/max` [datasource]
* `segment/count` [datasource]
* `query/count` (only available with Druid 0.14+ - needs QueryCountStatsMonitor)
* `query/success/count` (needs QueryCountStatsMonitor)
* `query/failed/count` (needs QueryCountStatsMonitor)
* `query/interrupted/count` (needs QueryCountStatsMonitor)

### Historical (counters)
* `segment/used` [datasource]
Expand Down

0 comments on commit 0be5f54

Please sign in to comment.