VictoriaMetrics / grafana-datasource

Grafana Plugin for VictoriaMetrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set "Link on vmui" declaratively?

holmesb opened this issue · comments

Hi,

@Loori-R recently added the ability to configure the link to vmui:

image

Is it possible to configure this declaratively in Grafana's datasources.yaml? We configure everything using helm.

Many thanks

Hi, @holmesb.

Yes, you should define this configuration, something like this:

 datasources:
      - name: VictoriaMetrics
        type: victoriametrics-datasource
        url: http://victoriametrics:8428
        access: proxy
        isDefault: true
        jsonData:
          vmuiUrl: http://vmui

Closing due to lack of activity