Skip to content

Commit

Permalink
Update docs/guides/deploying/aws-datadog-monitoring.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored and raksiv committed Jan 7, 2025
1 parent 8d3ee2c commit 915c069
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ args
async
aws
backend
checkov
codebase
composable
config
Expand Down
14 changes: 11 additions & 3 deletions docs/guides/deploying/aws-datadog-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
languages:
- typescript
- javascript
published_at: 2024-11-26
published_at: 2024-12-13
---

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

<Note>
Datadog services and Cloud deployments incur costs. Many resources are
available under free-tier pricing, however, requests using the AWS API are
performed on every region by default by monitoring tools. You are responsible
for any costs you incur with Datadog or with AWS.
</Note>

## Getting started

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

<Note>
Datadog services and Cloud deployments may incur costs. While many resources are available under
free-tier pricing, consider the deployment costs carefully.
Datadog services and Cloud deployments may incur costs. While many resources
are available under free-tier pricing, consider the deployment costs
carefully.
</Note>

## View Metrics in Datadog
Expand Down

0 comments on commit 915c069

Please sign in to comment.