diff options
Diffstat (limited to 'backends/README.md')
-rw-r--r-- | backends/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/README.md b/backends/README.md index ac0847dca..470544774 100644 --- a/backends/README.md +++ b/backends/README.md @@ -39,6 +39,9 @@ So, although Netdata collects metrics every second, it can send to the backend s metrics are labeled in the format, which is used by Netdata for the [plaintext prometheus protocol](prometheus/). Notes on using the remote write backend are [here](prometheus/remote_write/). + - ****TimescaleDB** via [community-built connector](TIMESCALE.md) that takes JSON streams from a Netdata client + and writes them to a TimescaleDB table. + - **AWS Kinesis Data Streams** metrics are sent to the service in `JSON` format. |