Skip to content

Commit

Permalink
Merge pull request apache#2578 from b-slim/fix_metric
Browse files Browse the repository at this point in the history
override metric name
  • Loading branch information
b-slim committed Mar 8, 2016
2 parents 4fa08a1 + c72438e commit 3afa9e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ public QueryRunner<T> apply(FireHydrant input)
}
}
)
)
),
"query/segmentAndCache/time",
ImmutableMap.of("segment", theSink.getSegment().getIdentifier())
).withWaitMeasuredFromNow(),
new SpecificSegmentSpec(
descriptor
Expand Down

0 comments on commit 3afa9e9

Please sign in to comment.