Details
Details
- Reviewers
- None
- Group Reviewers
System administrators - Maniphest Tasks
- T4385: Federate prometheus instances through thanos
- Commits
- rSPSITE7d717d0a339a: thanos: Configure gateway service to expose historical data
vagrant testing.
root@thanos:~# cat /etc/thanos/query-sd.yaml --- - targets: - mmca.softwareheritage.org:443 - 10.168.100.29:19090 - 10.168.50.90:19093 (reverse-i-search)`cat ': ^Ct /etc/thanos/query-sd.yaml root@thanos:~# systemctl cat thanos-gateway | grep -C3 store [Service] Restart=on-failure User=prometheus ExecStart=/opt/thanos/current/thanos store --data-dir=/var/lib/prometheus/metrics2 \ --objstore.config-file=/etc/thanos/objstore.yml \ --http-address=10.168.50.90:19192 \ --grpc-address=10.168.50.90:19093 ExecReload=/bin/kill -HUP $MAINPID
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
btw:
11:19 <+olasd> ardumont: we want the gateway services to run on the central Thanos host, don't we? 11:19 <+olasd> (to reduce the number of open ports and cross-tenant dependencies) 11:46 <+ardumont> Not sure we can? It wants access to the disk store? I'll double check 11:50 <+olasd> there's no disk store 11:50 <+olasd> only azure objstorage