saving in place
This commit is contained in:
30
monitoring/grafana/datasources/datasources.yaml
Normal file
30
monitoring/grafana/datasources/datasources.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
# Grafana Datasource Configuration for MEV Bot Monitoring
|
||||
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
jsonData:
|
||||
timeInterval: "15s"
|
||||
editable: true
|
||||
|
||||
- name: PostgreSQL
|
||||
type: postgres
|
||||
access: proxy
|
||||
url: postgres:5432
|
||||
database: mevbot_production
|
||||
user: mevbot_production
|
||||
secureJsonData:
|
||||
password: $POSTGRES_PASSWORD
|
||||
jsonData:
|
||||
sslmode: "disable"
|
||||
maxOpenConns: 10
|
||||
maxIdleConns: 5
|
||||
connMaxLifetime: 14400
|
||||
postgresVersion: 1500
|
||||
timescaledb: false
|
||||
editable: true
|
||||
Reference in New Issue
Block a user