Prometheus is designed to be deployed in a distributed way. In large environments, Prometheus itself just becomes one small piece in a larger overall design.
You will likely want to deploy one or more Prometheus instances in every environment. Typically you follow your failure domain or logical isolation lines. Then you will want to deploy an overlay layer to allow you a "single pane of glass" view. This can be done with things like Thanos[0] or Mimir[1]. I've use Thanos for several of these kinds of deployments. I feel it has a better overall design, and doesn't suffer from the single cluster SPoF issues that Mimir does. [0]: https://thanos.io/ [1]: https://grafana.com/oss/mimir/ On Mon, Jun 6, 2022 at 11:03 AM ritesh patel <[email protected]> wrote: > Hello Team, > > I am new on Prometheus and I want to setup brand new architecture of > prometheus. > I have 10000 hosts for different different environments. How I can setup > architecture? > > I am interested on docker base architecture. Like different different > prometheus host for different host. Like prod/test/UAT > > Can someone please guide me. > > Thanks and Regards > Ritesh > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/CAPxUNF9AzO979V5R44ndasnP9%3DEuPHfmEV9Q8pAs-o_NkWp0jA%40mail.gmail.com > <https://groups.google.com/d/msgid/prometheus-users/CAPxUNF9AzO979V5R44ndasnP9%3DEuPHfmEV9Q8pAs-o_NkWp0jA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CABbyFmr8yxLKJ%3D2qYqRyrAg4tmGFB%2B-AtvS7dysPJU7-E1wx_Q%40mail.gmail.com.

