You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/graphql/cloud/metrics/integrations/datadog.mdx
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ import Thumbnail from "@site/src/components/Thumbnail";
17
17
18
18
## Introduction
19
19
20
-
You can export metrics and operation logs of your Hasura Cloud project to your organisation's Datadog dashboard. This can be configured on the integrations tab on the project's setting page.
20
+
You can export metrics, operation logs and traces of your Hasura Cloud project to your organisation's Datadog dashboard. This can be configured on the integrations tab on the project's setting page.
21
21
22
22
:::info Note
23
23
24
-
Datadog Integration is only available for Hasura Cloud projects on the `Standard` (pay-as-you-go) tier and above.
24
+
Datadog Integration is only available for Hasura Cloud projects on the `Standard` (pay-as-you-go) tier and above.
25
25
26
26
:::
27
27
@@ -48,6 +48,7 @@ Select the Datadog API region and enter the Datadog API key (can be retrieved by
@@ -90,7 +91,7 @@ To view only logs exported by Hasura Cloud, filter your logs using `host` and/or
90
91
91
92
:::info Note
92
93
93
-
Datadog allows ingestion of logs with maximum size 256kB for a single log. If a log exceeds this limit, Datadog will truncate the log at 256kB.
94
+
Datadog allows ingestion of logs with maximum size 256kB for a single log. If a log exceeds this limit, Datadog will truncate the log at 256kB.
94
95
95
96
:::
96
97
@@ -123,3 +124,16 @@ Select the graphs you want to view from the metrics explorer. Alternatively, sel
123
124
alt="Metrics successfully exported to Datadog"
124
125
width="1146px"
125
126
/>
127
+
128
+
## View traces
129
+
130
+
Along with the logs and metrics, query tracing is exported to DataDog. From your DataDog metrics page, `APM` > `Traces` will show you a live search of ingested trace data, with each entry of the output table showing the duration of the operation.
131
+
132
+
Clicking on an entry from the table will show the details about the trace, including a flame graph, which contains a visual representation of where the operation spent its execution over time. For example, in this case a query took 2.31 milliseconds in total, of which 758 microseconds was the actual Postgres database processing the query.
0 commit comments