summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorPeter Gervai <grinapo@gmail.com>2020-02-25 10:37:25 +0100
committerGitHub <noreply@github.com>2020-02-25 12:37:25 +0300
commit84421fdf0b513e9e7dc1351550b96044e92c363d (patch)
tree6f0699120dffc8fe08a7bf5f4bed75cc711b40c4 /backends
parente7d6f77d4f844c3537c0c7a45dad11de7b6621b5 (diff)
Fix bold text surplus stars (#8193)
There was two stars surplus for that bold text. Now it's better.
Diffstat (limited to 'backends')
-rw-r--r--backends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/README.md b/backends/README.md
index 767fd05f43..0abfb8b61b 100644
--- a/backends/README.md
+++ b/backends/README.md
@@ -39,7 +39,7 @@ 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
+ - **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**