Skip to content

Commit

Permalink
chore: minor updates for temporal cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jcountsNR committed Jul 25, 2024
1 parent b4aca63 commit 10f1a85
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Temporal cloud integration
title: Temporal Cloud integration
tags:
- Temporal cloud integration
- Temporal cloud monitoring
- Temporal Cloud integration
- Temporal Cloud monitoring
- New Relic integrations
metaDescription: Install our Temporal Cloud dashboards and see your Temporal Cloud data in New Relic.
freshnessValidatedDate: never
Expand All @@ -27,13 +27,13 @@ After setting up the integration with New Relic, see your data in dashboards lik

## Install the infrastructure agent [#infra]

To use the Temporal cloud integration, you need to first [install the infrastructure agent](/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent-new-relic/) on the same host. The infrastructure agent monitors the host itself, while the integration you'll install in the next step extends your monitoring with Temporal-specific data such as database and instance metrics.
To use the Temporal Cloud integration, you need to first [install the infrastructure agent](/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent-new-relic/) on the same host. The infrastructure agent monitors the host itself, while the integration you'll install in the next step extends your monitoring with Temporal-specific data such as database and instance metrics.
</Step>
<Step>

## Configure `nri-flex` for Temporal Cloud [#configure-flex]

Once the Temporal Cloud metrics are exposed on the Prometheus endpoint, accessible via `https://<account-id>.tmprl.cloud/prometheus`, you will need to configure your setup accordingly.
Once the Temporal Cloud metrics are exposed on the Prometheus endpoint, accessible via `https://<account-id>.tmprl.cloud/prometheus`, you will need to [configure your setup](https://docs.temporal.io/production-deployment/cloud/metrics/general-setup) accordingly.

<Callout
title="Note"
Expand Down Expand Up @@ -318,7 +318,7 @@ You can choose our pre-built dashboard template named Temporal Cloud to monitor
Your Temporal Cloud dashboard is considered a custom dashboard and can be found in the Dashboards UI. For docs on using and editing dashboards, see [our dashboard docs](https://docs.newrelic.com/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/).


Here is a NRQL query to check the Temporal cloud frontend service requests count:
Here is a NRQL query to check the Temporal Cloud frontend service requests count:

```sql
FROM temporalCloudFrontendServiceRequest SELECT latest(`data.result-value1`) FACET `data.result-metric-__name__`
Expand Down

0 comments on commit 10f1a85

Please sign in to comment.