From afccfab21748fdbc0358a3a888aea498386e3de1 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 10 Apr 2025 09:04:26 +0300 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 683333f..78a0d47 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ scrape_configs:
scrape_timeout: 30s
scheme: http
static_configs:
- - targets: ["10.8.200.138:9899"]
+ - targets: ["your_host:9899"]
labels:
"service": "postgres"
"instance": "pg_master"
- "host": "10.8.200.138"
+ "host": "your_host"
"Business_Critical": "Medium"
"Team": "Postgres"