Skip to content

Releases: vodolaz095/dashboard

v1.0.163 Рождественский пост

14 Dec 16:27
Compare
Choose a tag to compare

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