summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub
AgeCommit message (Collapse)Author
2023-02-15Reorganize learn documents under Integrations part 2 (#14538)Chris Akritidis
* Reorge exporter integrations * Reorg alert notifications. change mdx to md for alert related files * Move all .mdx to .md, including links.
2023-01-25Introduce the new Structure of the documentation (#13915)Fotis Voutsas
* Moving the cloud docs under /docs/cloud (previous location: netdata/learn/*) * Added metadata on almost every document of the old learn site for the new ingest process of learn. * Map old learn document to their best fit as topic related docs. Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud> Co-authored-by: hugovalente-pm <hugo@netdata.cloud>
2023-01-20Fix Exporiting compilaton error (#14306)thiagoftsm
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