I want to save some metric message with influxDB. So i can display it with grafana. I use ngx.timer.at
send metric in kong plugin log phase.
- wirite it to influxDB directly.
2.write it to file with pluginfile-log
, then Writing points from a file.
which is less effectly to kong?