Hi everyone,
I was wondering if I can limit access to prometheus's data by using nginx 
for example.
For example
* :*

*scrape_configs:*

*- job_name: 'Job'*

*     - targets: *

*         - 1.2.3.4:5678 #Client 1 *
*        - 2.3.4.5:6781 #Client 2*
 My goal is that client #1 has access only to the data related to his 
instance and the same for client #2. Is prometheus able to do this? Do I 
have to use another service? If yes, which one would be the most useful?

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/467ee172-f48a-4775-856a-9f6ce657d430n%40googlegroups.com.

Reply via email to