<#547 Refactor ingested data metrics> Issue create...
# osctrl
g
#547 Refactor ingested data metrics Issue created by zhuoyuan-liu During our test, we found that the osctrl logs the size of each successful request to the database. I would suggest switching to Prometheus metrics with a good overview and much less operational costs. If we want to keep the current mode that we log every request with the environment and device id, I would suggest moving this to each of the log plugins. This is because some of the users may not want to use the same database to store the query results and these statistical logs. It also reduces the write request to the main/shared database. jmpsec/osctrl