Skip to content

Commit b6d068c

Browse files
author
zhongming Fan
committed
dp: vastbase
1 parent 4998b43 commit b6d068c

4 files changed

Lines changed: 927 additions & 2 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: vastbase-dsn
5+
namespace: sql-exporter
6+
data:
7+
SQL_EXPORTER_DB_TYPE: vastbase
8+
SQL_EXPORTER_HOST: vastbase.vastbase
9+
SQL_EXPORTER_PASS: alphay@123
10+
SQL_EXPORTER_PORT: "5432"
11+
SQL_EXPORTER_DB_NAME: "vastbase"
12+
SQL_EXPORTER_TIMEOUT: "5"
13+
SQL_EXPORTER_USER: alphay
14+
COLLECTOR_REFS: vastbase*
15+
SCRAPE_TIMEOUT_OFFSET: 500ms
16+
MIN_INTERVAL: 1s
17+
MAX_CONNECTIONS: "3"
18+
MAX_IDLE_CONNECTIONS: "3"
19+
MAX_CONNECTION_LIFETIME: 3m
20+
SCRAPE_TIMEOUT: 20s

0 commit comments

Comments
 (0)