Skip to content

Commit 5bd446b

Browse files
docs(metrics): update Datadog integration diagram (#2954)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 0f14e2c commit 5bd446b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/metrics/datadog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ stateDiagram-v2
2020
LambdaFn --> LambdaCode
2121
LambdaCode --> DatadogSDK
2222
DatadogSDK --> DatadogExtension
23+
DatadogExtension --> Datadog: async
2324
2425
state LambdaExtension {
25-
DatadogExtension --> Datadog: async
26+
DatadogExtension
2627
}
2728
2829
```

0 commit comments

Comments
 (0)