Skip to content

Commit

Permalink
Artie integration (ECOINT-13) (DataDog#2513)
Browse files Browse the repository at this point in the history
* Create scaffolding for artie datadog integration

* Fill out readme

* Fill out metrics metadata

* Start filling out manifest

* Add images

* Add dashboard json

* Dashboard info in manifest

* Add logos

* Published oauth client

* Update metadata.csv (validation failed)

* Move oauth to the right place in manifest.json

* Remove empty dicts

* Add metrics info to manifest.json

* Add more integration fields

* Use tabular format for metrics in readme

* Remove marketing language from readme

Co-authored-by: Ursula Chen <[email protected]>

* Readme suggestion

Co-authored-by: Ursula Chen <[email protected]>

* Another readme suggestion

Co-authored-by: Ursula Chen <[email protected]>

* Remove images readme file

* Update artie/README.md

Co-authored-by: Erica Ho <[email protected]>

* Update artie/README.md

Co-authored-by: Erica Ho <[email protected]>

* Update artie/README.md

Co-authored-by: Erica Ho <[email protected]>

* Remove Data Collected section from readme

Co-authored-by: Erica Ho <[email protected]>

* Add more explanation of metrics

* Hyperlink email address

* Update artie/README.md

Co-authored-by: Ursula Chen <[email protected]>

* Update artie/README.md

Co-authored-by: Ursula Chen <[email protected]>

* Update artie/README.md

Co-authored-by: Ursula Chen <[email protected]>

* Add flush count metric to metadata.csv

* Only use rows_processed metric for check

* Update dashboard json

* Update screenshots

* Update artie/README.md

Co-authored-by: Erica Ho <[email protected]>

* Update artie/manifest.json

Co-authored-by: Erica Ho <[email protected]>

* Update artie/manifest.json

Co-authored-by: Erica Ho <[email protected]>

* Remove service_checks.json

* Add empty service_checks to manifest?

* Give it a value and add back empty service_checks file?

* Add to codeowners

---------

Co-authored-by: Ursula Chen <[email protected]>
Co-authored-by: Erica Ho <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 8794afa commit 124202c
Show file tree
Hide file tree
Showing 11 changed files with 706 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
/appkeeper/ @numno1
/apptrail/ @Samrose-Ahmed [email protected] @DataDog/ecosystems-review
/aqua/ @DataDog/container-integrations
/artie/ @danafallon
/auth0/ @DataDog/agent-integrations
/aws_pricing/ @tsein-bc [email protected]
/backstage/ @RoadieHQ [email protected]
Expand Down
7 changes: 7 additions & 0 deletions artie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Artie

## 1.0.0 / 2024-10-11

***Added***:

* Initial Release
29 changes: 29 additions & 0 deletions artie/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Artie Integration

## Overview

[Artie][1] is a real-time database replication product for syncing data from source databases to data warehouses.

With this integration, you can view metrics about your Artie deployments directly in Datadog to monitor the health of your data pipelines. Metrics from this integration include the number of rows processed over time, ingestion lag, flush time, and replication slot size. This can help you diagnose any delays in your pipeline, tune the settings of your Artie deployment to optimize throughput, and prevent any negative impact on your source database from replication slot growth.

## Setup

### Installation

This integration is only available for existing Artie accounts. If you're not using Artie yet and would like to start a trial, email [[email protected]][2].

1. In Datadog, click **Connect Accounts** on the Artie integration tile to connect Datadog with Artie.
2. Log into Artie if you aren't logged in yet.
3. Review the Datadog permissions that will be granted to Artie, and click **Authorize**.

### Validation

The included dashboard starts to show data 5-10 minutes after you connect the integration as long as you have data flowing in your Artie deployments.

## Troubleshooting

Need help? Contact [Artie support][3].

[1]: https://www.artie.com/
[2]: mailto:[email protected]
[3]: mailto:[email protected]
Loading

0 comments on commit 124202c

Please sign in to comment.