diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 14:45:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 14:48:03 +0000 |
commit | e55403ed71282d7bfd8b56df219de3c28a8af064 (patch) | |
tree | 524889e5becb81643bf8741e3082955dca076f09 /src/exporting/TIMESCALE.md | |
parent | Releasing debian version 1.47.5-1. (diff) | |
download | netdata-e55403ed71282d7bfd8b56df219de3c28a8af064.tar.xz netdata-e55403ed71282d7bfd8b56df219de3c28a8af064.zip |
Merging upstream version 2.0.3+dfsg:
- does not include dygraphs anymore (Closes: #923993)
- does not include pako anymore (Closes: #1042533)
- does not include dashboard binaries anymore (Closes: #1045145)
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/exporting/TIMESCALE.md')
-rw-r--r-- | src/exporting/TIMESCALE.md | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/src/exporting/TIMESCALE.md b/src/exporting/TIMESCALE.md index 3bad28379..179527c14 100644 --- a/src/exporting/TIMESCALE.md +++ b/src/exporting/TIMESCALE.md @@ -1,12 +1,3 @@ -<!-- -title: "Writing metrics to TimescaleDB" -description: "Send Netdata metrics to TimescaleDB for long-term archiving and further analysis." -custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/exporting/TIMESCALE.md" -sidebar_label: "Writing metrics to TimescaleDB" -learn_status: "Published" -learn_rel_path: "Integrations/Export" ---> - # Writing metrics to TimescaleDB Thanks to Netdata's community of developers and system administrators, and Mahlon Smith @@ -23,14 +14,18 @@ What's TimescaleDB? Here's how their team defines the project on their [GitHub p To get started archiving metrics to TimescaleDB right away, check out Mahlon's [`netdata-timescale-relay` repository](https://github.com/mahlonsmith/netdata-timescale-relay) on GitHub. Please be aware that backends subsystem was removed and Netdata configuration should be moved to the new `exporting.conf` configuration file. Use -```conf + +```text [json:my_instance] ``` + in `exporting.conf` instead of -```conf + +```text [backend] type = json ``` + in `netdata.conf`. This small program takes JSON streams from a Netdata client and writes them to a PostgreSQL (aka TimescaleDB) table. @@ -67,5 +62,3 @@ blog](https://blog.timescale.com/blog/writing-it-metrics-from-netdata-to-timesca Thank you to Mahlon, Rune, TimescaleDB, and the members of the Netdata community that requested and then built this exporting connection between Netdata and TimescaleDB! - - |