flant/ovpn-admin

Where is the code to build metrics dashboard

Opened this issue · 6 comments

Hi, Could you please help to build/get dashboard from metrics as shown in below image.

ovpn-admin-metrics

sprait commented

Hi, this dashboard requires:

  1. Collect application metrics using Prometheus (or any analog).
  2. Connect Grafana to Promethes, and import ./dashboard/ovpn-admin.json into grafana .

@sprait Do I need to install both Prometheus and Grafana?

sprait commented

yep

@sprait I have setup as suggested. I would request you to

  • Update the metrics json so that it should not ask to change the uuid.
  • Build dashboard in same UI so that we can eliminate grafana/prometheus, if possible
sprait commented

Hi,

Update the metrics json so that it should not ask to change the uuid.

removed the hardcoded uid for datasource in MR #239

Build dashboard in same UI so that we can eliminate grafana/prometheus, if possible

We have no such plans yet

Providing a Grafana dashboard for me is already a great help!