Hi all,
I’m currently developing a custom Fluent Bit Go output plugin to send metrics to Zabbix via the history.push API endpoint (/api_jsonrpc.php). The plugin is working well when sending one metric per HTTP POST request, following the documented JSON-RPC 2.0 structure.
However, I’m exploring performance optimizations and would like to ask. Does the Zabbix history.push method support JSON-RPC batch requests (i.e., sending an array of multiple history.push calls in a single HTTP POST body)?
Comment