I was wondering if we don't explain any external_labels
in Prometheus configuration file for Thanos, what will happen?
for example I have 2 Prometheuses and they are scraping a same endpoint, so their external_labels is like this:
prometheus1:
global:
external_labels:
replica: 1
prometheus2:
global:
external_labels:
replica: 2
at this point we know that 2 kind of metrics will be saved in the object storage, metrics with replica=1 label and replica=2 label.
if I delete the external_labels from configuration file, how many metrics will be saved in the object storage?