Sure,
You can find both config on the following gist :
https://gist.github.com/bmoyet/a3438a881d12caa4b4b9e2b109cdeda8I added config_ui.yaml which is what the UI is reporting to me. And prometheus.env.yaml which is what you can find in the prometheus config path (/etc/prometheus/config_out/prometheus.env.yaml). As you can see some job defined in the server config (push_gateway, istio) are absent from the UI config.
Targets UI is reporting only the jobs defined in the Config UI, which is htmltoimage-metrics, htmltoimage-metrics, htmltoimage-metrics and a whole lot of monitoring/xxx
In the logs I have from the docker container (kubectl logs...) I cannot find any relevant information... Mainly some rule manager warning and some info reports like :
level=info ts=2021-07-06T09:00:48.938Z caller=compact.go:495 component=tsdb msg="write block" mint=1625551200000 maxt=1625558400000 ulid=01F9XGQAQGF5GNVQYNXQEC3ASW duration=48.826038743s
level=info ts=2021-07-06T09:01:03.783Z caller=head.go:662 component=tsdb msg="Head GC completed" duration=4.365682297s
level=info ts=2021-07-06T09:01:26.172Z caller=head.go:734 component=tsdb msg="WAL checkpoint complete" first=75464 last=75475 duration=22.389155689s
level=info ts=2021-07-06T09:02:14.296Z caller=compact.go:441 component=tsdb msg="compact blocks" count=3 mint=1625529600000 maxt=1625551200000 ulid=01F9XGT72PP4D2N8FHJZ2606VC sources="[01F9WW4519JMZAVQTXABY99TD5 01F9X2ZWA131TPVJBT6BNYQGR5 01F9X9VKJ1VFRNRWM87AY209PB]" duration=39.617840386s
If I can supply any other information that might help I will be glad to do so.