summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub
AgeCommit message (Collapse)Author
2022-07-11Exporting/send variables (#13221)boxjan
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-02-17Docs: Removed Google Analytics tags (#12145)Tina Luedtke
2022-01-10Update dependencies for the pubsub exporting connector (#11872)Vladimir Kobal
2021-04-14Spelling exporting (#10915)Josh Soref
2020-11-05Add HTTP and HTTPS support to the simple exporting connector (#9911)Vladimir Kobal
2020-11-04Inform users about an issue with the newest gRPC versions (#10194)Vladimir Kobal
Co-authored-by: Joel Hans <joel@netdata.cloud>
2020-08-17Add check for spurious wakeups (#9751)Vladimir Kobal
2020-05-21Dynamic memory cleanup for Pub/Sub exporting connector (#9112)Vladimir Kobal
* Update dynamic memory cleanup * Fix unit tests * Rename a function * Delete GRPC objects * Unlock a mutex * Delete an odd file
2020-05-18Update the exporting documentation (#9066)Vladimir Kobal
2020-05-15Add frontmatter to exporting connectors (#9052)Joel Hans
2020-05-14Add a Google Cloud Pub/Sub connector to the exporting engine (#8855)Vladimir Kobal
* Implement formatters * Add specific configuration options * Add the connector to the Autotools and CMake configuration * Initialize a connector instance * Publish netdata metrics * Fix internal stats * Add unit tests * Improve the documentation