cloudcheflabs / dataroaster

Apache License 2.0
38 stars 12 forks source link

Update prometheus jobs when trino configurations updated. #30

Closed cloudcheflabs closed 1 year ago

cloudcheflabs commented 1 year ago

Everytime trino configuration updated, trino coordinator and workers in the dedicated trino cluster will be rollout restarted. At that time, all the endpoints of trino coordinator and workers will get new addresses for their pods, so these changed endpoints addresses of trino coordinator and workers will be updated as prometheus jobs to prometheus configmap.

cloudcheflabs commented 1 year ago

https://github.com/cloudcheflabs/dataroaster/pull/31