docs/victoriametrics/integrations/perses.md
VictoriaMetrics integrates with Perses via Prometheus plugins.
http://<perses-url>/projects/<project-name>/datasources and click ADD DATASOURCE.Name field with desired datasource name and select Prometheus Datasource in Source dropdown.Proxy or Direct access depending on the public availability of your VictoriaMetrics instance.Save to submit.http://<perses-url>/projects/<project-name>/variables and click ADD VARIABLE.Name field with desired variable name.List in Type dropdown.Prometheus Label Values Variable in Source dropdown.Prometheus Datasource dropdown.Label Name field.Save to submit.http://<perses-url>/projects/<project-name>/dashboards/<dashboard-name>, click Edit and then Panel buttons.Name field with desired panel name.Time Series Chart in Type dropdown.Prometheus Time Series Query in Query Type dropdown.Prometheus Datasource dropdown.PromQL Expression field.
It may reference a variable defined in variables plugin section using ${var-name} expression or with specific formats like ${var:pipe} for regex filters or ${var:csv} for comma-separated values.Add to save a panel.