Ashwin Tumma
Ashwin Tumma
Hi @teyeheimans, What type of lookup are you creating? ### Map Lookup * With the following configuration, ``` { "type": "map", "map": { "1": "One", "2": "Two", "3": "Three" }...
Hi @abhishekrb19, ### For the `/version` endpoint: #### Documentation-wise * It is indeed specified on the lookups-cached-global page, but, I think we should update the documentation to explicitly state that...
Thanks for your response, @abhishekrb19! It does make sense to update the documentation to clear the ambiguity. Will create a PR for the fix and the documentation update, and log...
Hi @applike-ss , I am using version 32.0.0, and when I try running a similar query, I do see the lane information in the `LoggingEmitter` and `PrometheusEmitter`. * Logging Emitter...
@applike-ss , glad that you could see the `query/priority` metric as well. > I would like to see query count by lane, is that somehow possible? I am afraid, right...
@vipul-mykaarma , I see a few params that you have specified are not available for the prometheus emitter. Can you check if the following basic options are working for you?...
@sixtus, * For the `logging` emitter, I am able to see the `dataSource` name correctly emitted, without any underscore (`_`) decorations. * For Prometheus emitter, quick callout for reformatting of...
Thanks for helping in reproducing the issue, @sixtus ! I see that in all emitters, we see the `dataSource` values decorated. * Prometheus Emitter: Seen as `_dataSource_` .... (`_` decoration)...
Hi @gianm , @clintropolis , any thoughts on the above solutions? Thanks!
@Hi @carltal , Do you have any sample data for debugging this issue? I tried to generate some sample [data](https://gist.github.com/ashwintumma23/5cde2cfb39900c61ee4238a07f4ec9ba), and ran a few queries on Druid `29.0.1` and I...