Akumuli icon indicating copy to clipboard operation
Akumuli copied to clipboard

Write data to Akumuli in bulk string(bulk metric) at same time only 39 metric inserted.

Open Ranjit2528 opened this issue 5 years ago • 1 comments

Hello, I have started working inserting multiple metric same time but i fetching issue only 39 metric inserted at same time. when i increase metric can not inserted records. i have used following query.

    String query = "+system.pages.per.sec|system.memory.used.percent|system.interrupts.per.sec|system.memory.free.bytes|system.disk.io.bytes.per.sec|system.physical.processors|system.disk.capacity.bytes|system.disk.io.ops.per.sec|system.network.out.bytes.per.sec|system.running.processes|system.pages.faults.per.sec|system.disk.free.bytes|system.cpu.percent|system.network.in.bytes.per.sec|system.cpu.interrupt.percent|system.nonpaged.memory.bytes|system.memory.installed.bytes|system.memory.used.bytes|system.cpu.user.percent|system.disk.io.queue.length|status|system.threads|system.paged.memory.bytes|system.cpu.idle.percent|system.memory.available.bytes|system.virtual|system.disk.used.bytes|system.memory.free.percent|system.disk.io.time.percent|system.os.service.pac|system.uptime.sec|system.processor.queue.length|system.network.bytes.per.sec|system.disk.used.percent|system.disk.free.percent|system.context.switches.per.sec|system.cpu.cores|system.logical.processors|system.cache.memory.bytes|system.memory.committed.bytes host=172.16.16.10\r\n+20200209T173726\r\n+16\r\n+56\r\n+38\r\n+2\r\n+0\r\n+8\r\n+26\r\n+53\r\n+53\r\n+12\r\n+48\r\n+18\r\n+65\r\n+37\r\n+68\r\n+28\r\n+64\r\n+29\r\n+56\r\n55\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n+56\r\n+38\r\n";

Ranjit2528 avatar Feb 07 '20 10:02 Ranjit2528

Hi, It's not supposed to work that way. There is a limit on string length in the protocol which is 1KB. Your string is a bit longer than that. I'll update documentation to reflect that.

Lazin avatar Feb 08 '20 18:02 Lazin