Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
added 7 characters in body
Source Link

You are correct; you may use Thanos.io for your use case, specifically Thanos Receivers. These are designed to collect metrics through egress-only connections.

The general idea is to install the Thanos Receiver in your Cluster 1 and then configure Prometheus in Cluster 2 to use the remote\_writeremote_write functionality to send the scraped metrics to the Thanos Receiver in Cluster 1. Then, you set up the Thanos Querier to access the data for visualization in Grafana.

You can check out tutorials from KillerKoda to practice, as they are recommended in the Thanos documentation.

You are correct; you may use Thanos.io for your use case, specifically Thanos Receivers. These are designed to collect metrics through egress-only connections.

The general idea is to install the Thanos Receiver in your Cluster 1 and then configure Prometheus in Cluster 2 to use the remote\_write functionality to send the scraped metrics to the Thanos Receiver in Cluster 1. Then, you set up the Thanos Querier to access the data for visualization in Grafana.

You can check out tutorials from KillerKoda to practice, as they are recommended in the Thanos documentation.

You are correct; you may use Thanos.io for your use case, specifically Thanos Receivers. These are designed to collect metrics through egress-only connections.

The general idea is to install the Thanos Receiver in your Cluster 1 and then configure Prometheus in Cluster 2 to use the remote_write functionality to send the scraped metrics to the Thanos Receiver in Cluster 1. Then, you set up the Thanos Querier to access the data for visualization in Grafana.

You can check out tutorials from KillerKoda to practice, as they are recommended in the Thanos documentation.

Source Link

You are correct; you may use Thanos.io for your use case, specifically Thanos Receivers. These are designed to collect metrics through egress-only connections.

The general idea is to install the Thanos Receiver in your Cluster 1 and then configure Prometheus in Cluster 2 to use the remote\_write functionality to send the scraped metrics to the Thanos Receiver in Cluster 1. Then, you set up the Thanos Querier to access the data for visualization in Grafana.

You can check out tutorials from KillerKoda to practice, as they are recommended in the Thanos documentation.