Hi I have problem with my grafana dashboard,
my prometheus.yml
scrape_configs:
- job_name: Dept1
static_configs:- targets:
- 1.1.1.1:9100
- 1.1.1.2:9100
- 1.1.1.3:9100
- 1.1.1.4:9100
- 1.1.1.5:9100
- 1.1.1.5:9100
- targets:
- job_name: Dept2
static_configs:- targets:
- 1.1.2.1:9100
- 1.1.2.2:9100
- 1.1.2.3:9100
- 1.1.2.4:9100
- 1.1.2.5:9100
- 1.1.2.5:9100
- targets:
- job_name: Dept3
static_configs:- targets:
- 1.1.3.1:9100
- 1.1.3.2:9100
- 1.1.3.3:9100
- 1.1.3.4:9100
- 1.1.3.5:9100
- 1.1.3.5:9100
- targets:
so I want give access by user
example :
user-A can access job_name : Dept1
user-B can access job_name : Dept2
user-C can access job_name : Dept3
How do I configure it in the dashboard?