Skip to content

Commit e3b2df9

Browse files
davemooreuwsraksiv
authored andcommitted
Update docs/guides/deploying/aws-datadog-monitoring.mdx
1 parent 56d8088 commit e3b2df9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ args
3737
async
3838
aws
3939
backend
40+
checkov
4041
codebase
4142
composable
4243
config

docs/guides/deploying/aws-datadog-monitoring.mdx

+11-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
languages:
77
- typescript
88
- javascript
9-
published_at: 2024-11-26
9+
published_at: 2024-12-13
1010
---
1111

1212
# Instrumenting your Nitric application with Datadog
@@ -27,6 +27,13 @@ Once you're done, you'll be able to monitor your application from Datadog's dash
2727
- An account with [Datadog](https://www.datadoghq.com/)
2828
- An account with [AWS](https://aws.amazon.com/)
2929

30+
<Note>
31+
Datadog services and Cloud deployments incur costs. Many resources are
32+
available under free-tier pricing, however, requests using the AWS API are
33+
performed on every region by default by monitoring tools. You are responsible
34+
for any costs you incur with Datadog or with AWS.
35+
</Note>
36+
3037
## Getting started
3138

3239
Begin by creating a new project using the Nitric TypeScript template and installing dependencies:
@@ -154,8 +161,9 @@ nitric up
154161
```
155162

156163
<Note>
157-
Datadog services and Cloud deployments may incur costs. While many resources are available under
158-
free-tier pricing, consider the deployment costs carefully.
164+
Datadog services and Cloud deployments may incur costs. While many resources
165+
are available under free-tier pricing, consider the deployment costs
166+
carefully.
159167
</Note>
160168

161169
## View Metrics in Datadog

0 commit comments

Comments
 (0)