kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
184 stars 210 forks source link

[prometheus-thanos] Add Receiver, QueryFrontend and simplify tracing config #421

Closed tdinucci closed 3 years ago

tdinucci commented 3 years ago

What this PR does / why we need it:

It adds the Query Frontend and Receiver components to the chart.
https://github.com/thanos-io/thanos/blob/master/docs/components/query-frontend.md https://github.com/thanos-io/thanos/blob/master/docs/components/receive.md

It also allows for simpler tracing configuration with all components which support it: https://github.com/thanos-io/thanos/blob/master/docs/tracing.md

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

tdinucci commented 3 years ago

Thanks for the review. I've updated as per your comments 👍