summaryrefslogtreecommitdiffstats
path: root/exporting
AgeCommit message (Collapse)Author
2020-11-10Don't stop Prometheus remote write collector when data is not available for ↵Vladimir Kobal
dimension formatting (#10217)
2020-11-10Fix chart filtering (#10218)Vladimir Kobal
2020-11-09Fix coverity issues (#10216)Vladimir Kobal
2020-11-08Fix repeated frontmatter (#10211)Joel Hans
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-10-28fix configuration category (#10145)Odysseas Lamtzidis
remote_write --> prometheus_remote_write
2020-09-29Add docsv2 project to master branch (#10000)Joel Hans
* Add overview docs to docsv2 project * Add quickstart docs to docsv2 project (#9865) * Init quickstart docs * Begin work on quickstart guides * Finish quickstart drafts * Tweaks to both quickstarts * Add titles * Copyedit pass to both docs * Fixes for Amy and Jen * Add Get doc to docsv2 project (#9854) * Init get file * Add some links * Change h2 to h1 * Rephrase * Add configure docs to docsv2 project (#9878) * Add overview docs to docsv2 project (#9849) * Init files * Add drafts of what and why * Finish initial drafts * Fix edit URL * Copyedit pass * Finish initial drafts of configure docs * Copyedit all docs * Fixes for Amy * Fixes for Jen * Add collect docs to the docsv2 project (#9932) * Init files * Finish first two collect docs * Finish drafts of collect docs * Copyedit pass * Fixes for Amy * Fix for Jen * Add visualize docs to the docsv2 project (#9943) * Add visualize docs * Copyedits and cleanup * New images and features * Copyedit pass and cleanup * Missing word * Fixes for Jen * Add monitor docs to docsv2 project (#9949) * Finish drafts of monitor docs * Copyedit pass * Remove whitespace * Fixes for Jen * Add store docs to docsv2 project (#9969) * Finalize store documents * Fix import path * Finishing edit section * Copyedit pass * Add export docs to docsv2 project (#9986) * Add install and claim videos to Get doc * Finish drafts of exporting docs plus other tweaks * Init new exporting READMEs * Copyedit pass and new links * Fixes for Amy, Vlad, Jen * Fix links in docsv2 project (#9993) * Fix links * Fix a bunch of links ahead of export merge * Fix additional links * Fix links, nuke what-is-netdata * Fixing a few last links * Improve product images in overview * Remove extra paren * Quick tweaks for Jen * Fixes for Jen * Access fix * Remove extra word
2020-09-21Fix build for the AWS Kinesis exporting connector (#9823)Vladimir Kobal
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
2020-08-20Change timestamps for global variables in Prometheus output (#9779)Vladimir Kobal
2020-08-18Fix HTTP header for the remote write exporting connector (#9775)Vladimir Kobal
2020-08-18Fix unit tests for exporting engine (#9766)Vladimir Kobal
2020-08-17Add check for spurious wakeups (#9751)Vladimir Kobal
2020-08-17Fix exporting update point (#9748)Vladimir Kobal
2020-07-02Read the prefix option from instance config sections (#9463)Vladimir Kobal
2020-07-02Fix the exporting engine unit tests (#9460)Vladimir Kobal
2020-07-02Wrap header definitions in compilation conditions (#9458)Craig Andrews
2020-06-23Fix a bug in the simple exporting connector (#9389)Vladimir Kobal
2020-06-12Change streaming terminology to parent/child in docs (#9312)Joel Hans
* Intial pass through docs * Dash instead of slash * To parent/child * Child nodes * Change diagrams * Allowlist * Fixes for Andrew * Remove from build_external * Change in proc
2020-06-12Fix check for remote write header in unit tests (#9318)Vladimir Kobal
2020-06-12Add support for persistent metadata (#9324)Stelios Fragkakis
* Implemented collector metadata logging * Added persistent GUIDs for charts and dimensions * Added metadata log replay and automatic compaction * Added detection of charts with no active collector (archived) * Added new endpoint to report archived charts via `/api/v1/archivedcharts` * Added support for collector metadata update Co-authored-by: Markos Fountoulakis <44345837+mfundul@users.noreply.github.com>
2020-06-10Fix remote write HTTP header (#9302)Vladimir Kobal
2020-06-09Add guide to exporting metrics to Graphite (#9285)Joel Hans
* Init guide, add links * Grammar and typo pass * Fixes for Thiago * Fix for Vlad
2020-06-04Move/refactor docs to accomodate new Guides section on Learn (#9266)Joel Hans
* Move directories and change verbiage to guide * Move health guides * Quick fix to collectors quickstart * Fix broken links * Remove health/tutorials dir * Fix links in collectors quickstart * Fix links to go.d pages
2020-06-02Add new exporting "home base" document (#9246)Joel Hans
* Init new export doc * Touch of cleanup * A few additional fixes * Fix broken links * Fix for Thiago * Fixes for Vlad
2020-05-28Fix exporting unit tests (#9183)Vladimir Kobal
2020-05-28Clean type_name in exporting connector instance configuration (#9188)Vladimir Kobal
2020-05-27cov_358988: Remove coverity bug (#9180)thiagoftsm
2020-05-26Remove the experimental label from the exporting engine documentation (#9171)Vladimir Kobal
2020-05-26OpenTSDB and TLS (#9068)thiagoftsm
Brings TLS to OpenTSDB connector and InfluxDB
2020-05-26Move nc backend (#9030)thiagoftsm
* move_nc_backend: Move script This PR moves the script from the old directory to new directory. * move_nc_backend: Update path This commit updates the path inside backend documentation * move_nc_backend: Missing line THis commit fixed the missing line inside a Makefile * move_nc_backend: Return file * move_nc_backend: Fix Makefile.am * move_nc_backend: Fix shellckeck warning * move_nc_backend: Rename script THis commit renames the script to nc-exporting.sh * move_nc_backend: Missing Makefile change * move_nc_backend: Remove unecessary line
2020-05-26Missing checks exporting (#9034)thiagoftsm
Add tests to uv_mutex_init and uv_cond_init inside exporting.
2020-05-26New alarms (exporting and Backend) (#9075)thiagoftsm
New alarms for exporting and backend.
2020-05-26Missing error aws (#9048)thiagoftsm
2020-05-25Exporting cleanup (#9098)thiagoftsm
Cleanup allocated variables for the majority of the databases.
2020-05-25Check update interval for exporting connector instance (#9131)Vladimir Kobal
2020-05-22Send anonymous statistics from backends and exporting engine (#9125)Vladimir Kobal
2020-05-22Fix docs CI to handle absolute links between docs (#9132)Joel Hans
* Check all files * Change md to trigger workflow * Change version * Try config and replacement * Path to workspace * Continuing to test * Fix link in prometheus doc as test
2020-05-22Fix buffer splitting in the Kinesis exporting connector (#9122)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-21Dynamic memory cleanup for MongoDB exporting connector (#9103)Vladimir Kobal
2020-05-20Prepare the main cleanup function for the exporting engine (#9099)Vladimir Kobal
2020-05-19Fix issue #9085: Prometheus TYPE lines incorrectly formatted (when enabled ↵Jeff Gehlbach
via query parm) (#9086)
2020-05-18Clean instances (#9081)thiagoftsm
Brings function used to clean export instances.
2020-05-18Update the exporting documentation (#9066)Vladimir Kobal
2020-05-15Add frontmatter to exporting connectors (#9052)Joel Hans
2020-05-14Fix error handling in exporting connector (#8910)Vladimir Kobal
2020-05-14Fix wrong hostnames in the exporting engine (#8892)Vladimir Kobal
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
2020-04-14Docs: Standardize links between documentation (#8638)Joel Hans
* Trying out some absolute-ish links * Try one out on installer * Testing logic * Trying out some more links * Fixing links * Fix links in python collectors * Changed a bunch more links * Fix build errors * Another push of links * Fix build error and add more links * Complete first pass * Fix final broken links * Fix links to files * Fix for Netlify * Two more fixes