summaryrefslogtreecommitdiffstats
path: root/backends/mongodb/mongodb.c
AgeCommit message (Collapse)Author
2019-08-14Add MongoDB backend (#6524)Vladimir Kobal
* Add mongodb backend skeleton * Send data to the backend * Send metrics as separate JSON documents * Add a configuration file * Send all metrics in a batch * Update the documentation * Free configuration strings on exit * Make socket timeout configurable