Releases: vodolaz095/dashboard
Releases · vodolaz095/dashboard
Троица
Добавлена возможность настраивать пул соединений для баз данных указывая параметры в конфигурационом файле
- name: redis4stocks
type: redis
connection_string: "unix://default:{{redis_password}}@/var/run/valkey/valkey.sock?db=5"
max_open_cons: 3 # <- !!!
max_idle_cons: 1 # <- !!!
Code is generated from commit 0da336b
Full Changelog: v1.0.179...v1.0.180
v1.0.163 Рождественский пост
Added sensor for loading data from Victoria Metrics via HTTP API query https://docs.victoriametrics.com/url-examples/#apiv1query
Sensor can be enabled by adding this parameters to main config file under sensors:
key - see
https://github.com/vodolaz095/dashboard/blob/master/docs/sensor_victoria_metrics.md
- name: victoria metrics1
type: victoria_metrics
description: "Fetch timeseries data from Victoria Metrics"
link: "https://github.com/vodolaz095/dashboard/blob/master/docs/sensor_victoria_metrics.md"
endpoint: "http://localhost:8428/"
query: '{instance="steel"}'
filter:
__name__: "file1"
refresh_rate: 5s
tags:
dialect: promql
kind: database
- name: victoria metrics2
type: victoria_metrics
description: "Fetch timeseries data from Victoria Metrics"
link: "https://github.com/vodolaz095/dashboard/blob/master/docs/sensor_victoria_metrics.md"
endpoint: "http://localhost:8428/"
query: '{instance="steel", __name__="file1"}'
refresh_rate: 5s
tags:
dialect: promql
kind: database
Code is generated from commit 086a64a
Full Changelog: v1.0.162...v1.0.163