0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-14 21:42:37 +00:00
Commit graph

6 commits

Author SHA1 Message Date
vkalintiris
8121b18d1e
Move exporting/ under src/ () 2024-02-05 11:16:59 +02:00
Vladimir Kobal
943ee2482b
Add HTTP and HTTPS support to the simple exporting connector () 2020-11-05 19:08:17 +02:00
Austin S. Hemmelgarn
983a26d1a2
Revert "Revert changes since v1.21 in pereparation for hotfix release."
This reverts commit e2874320fc.
2020-04-13 10:32:33 -04:00
Austin S. Hemmelgarn
e2874320fc
Revert changes since v1.21 in pereparation for hotfix release. 2020-04-13 08:42:22 -04:00
Vladimir Kobal
231d19351d
Show internal stats for the exporting engine ()
* Add a print function for internal exporting statistics

* Send statistics for simple connectors

* Flush sending buffers on failures

* Send statistics for the Kinesis connector

* Send statistics for the MongoDB connector

* Add unit tests
2020-04-10 12:26:36 +03:00
Vladimir Kobal
36c2e1dbf3
Add a MongoDB connector to the exporting engine ()
* Copy files from the MongoDB backend

* Update the documentation

* Rename functions in the MongoDB backend

* Add the connector to the Netdata build

* Add an initializer and a worker

* Add specific configuration options

* Initialize the connector

* Add a ring buffer for inserting data to a MongoDB database

* Add unit tests
2020-03-30 09:54:39 +03:00