This message was deleted.
# troubleshooting
s
This message was deleted.
a
hmm, I haven’t seen those
time_*
metrics before. Can’t find references to it in the codebase as well. Do you’ve any custom extension or metric module enabled by any chance? If not, can you please share a few sample
query/segment/time_*
metrics so we can see what’s going on?
a
If I were to take a guess, some internal system is rolling up
query/segment/time
into these metrics. so
query/segment/time_count
= count(query/segment/time) query/segment/time_sum = sum(query/segment/time) and so on
k
I haven’t had time to trace this issue. I guess you are probably right. Just to confirm that this is not some hidden feature from the Druid side. Thx