Skip to content

Commit a9b6cac

Browse files
aal80leandrodamascena
authored andcommitted
docs(metrics): update Datadog integration diagram (aws-powertools#2954)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent ce9f3f6 commit a9b6cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/metrics/datadog.md

Lines changed: 2 additions & 1 deletion
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)