org-2
to the Grafana instance of org-1
. This integration will enable the observation of metrics from both org-1
and org-2
using the Grafana interface of org-1
.
Note: Replace org-1
and org-2
with the actual names of your organizations.
org-2
org-2
, and create a new Service Account named grafana-data-source
.grafana-data-source
Service Account that is just created and save it.grafana-data-source
that enables readMetrics
for the above Service Account.org-1
org-1
, and navigate to Grafana by going to Metrics in the Control Plane Console.Connections
(available on the sidebar) > Data Sources.Add new data source
and then select Prometheus
as the type of the data source.org-2
.
b. URL: https://metrics.cpln.io/metrics/org/org-2
(Note: Replace org-2
with the actual organization’s name).
c. Add a custom HTTP Header for authorization
with the value: Bearer <YOUR-TOKEN-HERE>
. Replace <YOUR-TOKEN-HERE>
with the token from the grafana-data-source
created in the previous steps. Then, click Save & Test.org-2
data source when using the Explore
feature in the org-1
Grafana.
Import Dashboard for Multiple Sources
org-1
Grafana, create a dashboard named Multi Source Metrics Overview Cloud
to view metrics from various data sources. This is achieved by importing the dashboard.
org-1
.org-2
as the data source in the Multi Source Metrics Overview Cloud
dashboard you imported into org-1
. Additional data sources, including those external or from other organizations, can be added by following the instructions in steps 1-4 under org-1
.