diff --git a/cloud/observability/promql-to-dd-ts/README.md b/cloud/observability/promql-to-dd-ts/README.md index 9be8d40..0905b4d 100644 --- a/cloud/observability/promql-to-dd-ts/README.md +++ b/cloud/observability/promql-to-dd-ts/README.md @@ -1,4 +1,6 @@ -PromQL to Datadog Typescript +⚠️ We recommend using Datadog's official [Temporal Cloud integration](https://docs.datadoghq.com/integrations/temporal_cloud/). ⚠️ + +PromQL to Datadog Typescript (deprecated) ================= The goal of this TS implementation is to demonstrate the minimum work necessary to read recently generated metrics from a Temporal Cloud account using the Prometheus API and import them into DataDog while handling some common edge and error cases.