I'm trying to re-use public node exporter templates from grafana forge. 
Most of these are data source blind. In my setup I'm using single Grafana 
instance to wrap up dashboards from different Prometheus data 
sources(customers). So instead of creating the same dashboard for every 
tenant I'd like to have universal dashboard using Grafana variables. Where 
I can choose different data source from withing the same dashboards. Seems 
to me that this is not possible without customizing public dashboards. I 
understand that this is not Prometheus related - just if anyone can share 
approach on this topic?  
On Thursday, March 4, 2021 at 5:06:44 PM UTC+1 juliu...@promlabs.com wrote:

> Hi,
>
> External labels are "invisible" in the respective Prometheus itself and 
> only get attached whenever Prometheus sends samples or alerts to some 
> external system (like a remote_write destination or Alertmanager). Thanos 
> also uses external labels for identifying Prometheus servers. So it's 
> normal that you won't be able to see external labels in the local data of a 
> Prometheus server itself.
>
> Regards,
> Julius
>
> On Thu, Mar 4, 2021 at 3:55 PM dc3o <deln...@gmail.com> wrote:
>
>> In first Prometheus instance:
>>
>> global: 
>>  external_labels: 
>>    origin_prometheus: prometheus01
>>
>> second instance:
>>
>> global: 
>>  external_labels: 
>>    origin_prometheus: prometheus02
>>
>> Is it expected for label origin_prometheus to be accessible in each 
>> timeseries? When I execute a query in prom webui I'm not seeing any of 
>> these labels appear in response. I would like to use these labels as a 
>> variables for particular Grafana dashboard. 
>>
>> -- 
>> 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 prometheus-use...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/prometheus-users/e7c41d9c-272c-41fe-bc29-2abacbeb39bfn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/prometheus-users/e7c41d9c-272c-41fe-bc29-2abacbeb39bfn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> Julius Volz
> PromLabs - promlabs.com
>

-- 
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 prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/d38acdb4-9652-457c-a703-efeac4f09de6n%40googlegroups.com.

Reply via email to