From 6470d90b03cee5ebdb98c05702ddb629e277ded4 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Wed, 13 Mar 2024 07:57:51 -0500 Subject: [PATCH] Docs: add note to new relic integration PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10722 GitOrigin-RevId: 8410efb22438572ca7b0ba4b6c0cd8f11f5b0bc1 --- docs/docs/observability/cloud/newrelic.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/observability/cloud/newrelic.mdx b/docs/docs/observability/cloud/newrelic.mdx index f17226bf6d2..97661f55a97 100644 --- a/docs/docs/observability/cloud/newrelic.mdx +++ b/docs/docs/observability/cloud/newrelic.mdx @@ -58,6 +58,12 @@ host, service name and custom attributes to associate with exported logs and met | Custom Attributes | Custom Attributes associated with your logs and metrics. A default source tag `hasura-cloud-metrics` is added to all exported logs and metrics. Attributes `project_id` and `project_name` are added to all exported metrics. | | Service Name | The name of the application or service generating the log events. | +:::info API Key type + +Your API key must be of type `License` in order to export logs and metrics to New Relic. + +::: + After adding appropriate values, click `Save`.