Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artie integration (ECOINT-13) #2513

Merged
merged 40 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ed499af
Create scaffolding for artie datadog integration
danafallon Oct 11, 2024
4b5a921
Fill out readme
danafallon Oct 11, 2024
a1fad74
Fill out metrics metadata
danafallon Oct 11, 2024
a5c218a
Start filling out manifest
danafallon Oct 11, 2024
512d9b6
Add images
danafallon Oct 12, 2024
a4e687a
Add dashboard json
danafallon Oct 12, 2024
01639fc
Dashboard info in manifest
danafallon Oct 12, 2024
d5be5b2
Add logos
danafallon Oct 15, 2024
25c03e2
Published oauth client
danafallon Oct 15, 2024
12263bd
Update metadata.csv (validation failed)
danafallon Oct 15, 2024
00b354b
Move oauth to the right place in manifest.json
danafallon Oct 15, 2024
1c26612
Remove empty dicts
danafallon Oct 15, 2024
fa1e5e2
Add metrics info to manifest.json
danafallon Oct 15, 2024
bf1b04b
Add more integration fields
danafallon Oct 15, 2024
4908da4
Use tabular format for metrics in readme
danafallon Oct 15, 2024
79ef4f4
Remove marketing language from readme
danafallon Oct 16, 2024
111af2b
Readme suggestion
danafallon Oct 16, 2024
e72bf73
Another readme suggestion
danafallon Oct 16, 2024
fdc022b
Remove images readme file
danafallon Oct 16, 2024
cda2902
Update artie/README.md
danafallon Oct 22, 2024
768c011
Update artie/README.md
danafallon Oct 22, 2024
226fc36
Update artie/README.md
danafallon Oct 22, 2024
5815c7f
Remove Data Collected section from readme
danafallon Oct 22, 2024
db7db7b
Add more explanation of metrics
danafallon Oct 22, 2024
c1f62ba
Hyperlink email address
danafallon Oct 22, 2024
5ba0d9d
Update artie/README.md
danafallon Oct 30, 2024
2eb156d
Update artie/README.md
danafallon Oct 30, 2024
91df0ab
Update artie/README.md
danafallon Oct 30, 2024
85f8632
Add flush count metric to metadata.csv
danafallon Oct 30, 2024
d1b3b60
Only use rows_processed metric for check
danafallon Oct 30, 2024
84f7708
Update dashboard json
danafallon Oct 30, 2024
2fabc19
Update screenshots
danafallon Oct 30, 2024
42913e0
Update artie/README.md
danafallon Oct 30, 2024
f44c964
Update artie/manifest.json
danafallon Oct 31, 2024
ab77829
Update artie/manifest.json
danafallon Oct 31, 2024
6d90a76
Merge branch 'master' into dana/artie-integration
danafallon Oct 31, 2024
6322782
Remove service_checks.json
danafallon Oct 31, 2024
409c2a7
Add empty service_checks to manifest?
danafallon Oct 31, 2024
9176b5b
Give it a value and add back empty service_checks file?
danafallon Oct 31, 2024
83ada8c
Add to codeowners
danafallon Oct 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
/appkeeper/ @numno1
/apptrail/ @Samrose-Ahmed samrose@apptrail.com @DataDog/ecosystems-review
/aqua/ @DataDog/container-integrations
/artie/ @danafallon
/auth0/ @DataDog/agent-integrations
/aws_pricing/ @tsein-bc tsein@brightcove.com
/backstage/ @RoadieHQ support@roadie.io
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 [hi@artie.com][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:hi@artie.com
[3]: mailto:hi@artie.com
Loading
Loading