hi all.
I wonder if someone could help me with the following issue,
I open prometheus sidecar function and thanos . But my federated interface data is empty.
My old business interface needs federate.
HTTP/1.1 200 OK
Content-Type: text/plain; version=0.0.4; charset=utf-8
Date: Mon, 27 Sep 2021 09:41:19 GMT
Content-Length: 0
my config
```
1. prometheus
Containers:
prometheus:
Image: prometheus:v2.28.1
Args:
--web.console.templates=/etc/prometheus/consoles
--web.console.libraries=/etc/prometheus/console_libraries
--config.file=/etc/prometheus/config_out/prometheus.env.yaml
--storage.tsdb.path=/prometheus
--storage.tsdb.retention.time=4h
--query.timeout=60s
--web.route-prefix=/
--web.config.file=/etc/prometheus/web_config/web-config.yaml
--storage.tsdb.max-block-duration=2h
--storage.tsdb.min-block-duration=2h
```