From 5f0fb166a91834d18dcf82760b3e12d48b6f052b Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:58:42 +0800 Subject: [PATCH] Update 02-prometheus.md --- docs/en/07-data-in/02-prometheus.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/07-data-in/02-prometheus.md b/docs/en/07-data-in/02-prometheus.md index 4fc6fc1067..8e5a494638 100644 --- a/docs/en/07-data-in/02-prometheus.md +++ b/docs/en/07-data-in/02-prometheus.md @@ -8,6 +8,10 @@ Prometheus is a widespread open-source monitoring and alerting system. Prometheu Prometheus provides `remote_write` interface to leverage other database products as its storage engine. To enable users of the Prometheus ecosystem to take advantage of TDengine's efficient writing, TDengine also provides support for this interface so that Prometheus data can be stored in TDengine via the `remote_write` interface with proper configuration to take full advantage of TDengine's efficient storage performance and clustering capabilities for time-series data. +## Prerequisites + +In your TDengine cloud instance, click "Explorer" on the left panel, then click "+" besides Databases, to create a new database named as "prometheus_data". Then execute `show databases` to confirm the database has been created successfully. + ## Install Prometheus Supposed that you use Linux system with architecture amd64: -- GitLab