mirror of https://github.com/apache/druid.git
override metric name
This commit is contained in:
parent
703dc7a48f
commit
c72438ead0
|
@ -363,7 +363,9 @@ public class RealtimePlumber implements Plumber
|
|||
}
|
||||
}
|
||||
)
|
||||
)
|
||||
),
|
||||
"query/segmentAndCache/time",
|
||||
ImmutableMap.of("segment", theSink.getSegment().getIdentifier())
|
||||
).withWaitMeasuredFromNow(),
|
||||
new SpecificSegmentSpec(
|
||||
descriptor
|
||||
|
|
Loading…
Reference in New Issue