Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ranjit2528 opened this issue Feb 7, 2020 · 1 comment

Comments

@Ranjit2528
Copy link

Ranjit2528 commented Feb 7, 2020

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 Ranjit2528 changed the title Regarding Aggregation getting multiple rows instead of one row Write data to Akumuli in bulk string(bulk metric) at time only 39 metric inserted. Feb 7, 2020
@Ranjit2528 Ranjit2528 changed the title Write data to Akumuli in bulk string(bulk metric) at time only 39 metric inserted. Write data to Akumuli in bulk string(bulk metric) at same time only 39 metric inserted. Feb 7, 2020
@Lazin
Copy link
Member

Lazin commented Feb 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants