You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Denis Magda <dm...@apache.org> on 2019/07/03 21:51:16 UTC

Re: ignite how to get cluster queue name and count

Looping in Ignite dev community,

Nikolay, in my understanding the new metrics & tracing framework will be
flexible enough so that we can add required metrics for data structures
like queues. Is this counted in our design?

-
Denis


On Mon, Jul 1, 2019 at 8:42 AM Ilya Kasnacheev <il...@gmail.com>
wrote:

> Hello!
>
> You can try to get sys cache using internal APIs (IgniteEx) and walk
> through it.
>
> Please note that it will require understanding of internal APIs and data
> layout.
>
> Regards,
> --
> Ilya Kasnacheev
>
>
> пн, 1 июл. 2019 г. в 17:22, 李奉先 <li...@gmail.com>:
>
>> Can queue data be monitored in other ways?
>> The production environment is wrong and needs to be checked by monitoring
>> queue.
>> Regards,
>>
>>
>> Ilya Kasnacheev <il...@gmail.com> 于2019年7月1日周一 下午9:36写道:
>>
>>> Hello!
>>>
>>> It seems that there is no API to get all queues.
>>>
>>> Regards,
>>> --
>>> Ilya Kasnacheev
>>>
>>>
>>> пн, 1 июл. 2019 г. в 13:41, 李奉先 <li...@gmail.com>:
>>>
>>>> I need to monitor ignite queue information.
>>>> ignite how to get cluster all queue name and count?
>>>> I looked through the documents and APIs and found nothing.
>>>>
>>>