From cacc109545118ef9eaac6343a91aa84e5f5fc902 Mon Sep 17 00:00:00 2001 From: Kevin Woo <3469532+kevinawoo@users.noreply.github.com> Date: Fri, 16 May 2025 17:09:04 -0700 Subject: [PATCH] recommend datadog's official integration --- cloud/observability/promql-to-dd-ts/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.