Skip to content

Commit

Permalink
added no assets PR for plaid
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakg-sacumen committed Oct 25, 2024
1 parent 03d2c73 commit 973685f
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plaid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Plaid

## 1.0.0 / 2024-10-25

***Added***:

* Initial Release
46 changes: 46 additions & 0 deletions plaid/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Agent Check: Plaid

[Plaid](https://plaid.com/) specializes in financial technology by offering APIs that allow developers to integrate banking services into their applications. By connecting users' bank accounts to apps, Plaid enables features like account verification, transaction history retrieval, and balance checks. This functionality is crucial for various applications, including budgeting tools, personal finance management, and payment processing.

## Overview

Here are some insights that can be drawn from your Plaid dashboard:

- **Descriptive Trends**: Assess common descriptions for categorization.
- **Failure Patterns**: Investigate failure reasons to improve reliability.
- **Network Performance**: Evaluate network effectiveness and transaction success rates.
- **Status Monitoring**: Track overall transaction statuses for operational efficiency.
- **Sweep Trends**: Analyze sweep statuses to understand fund movement dynamics.
- **Type Classification**: Categorize transactions by type for deeper financial insights.
- **Currency Insights**: Examine iso_currency_code for multi-currency transaction patterns.

## Setup

1. Log in to [Plaid](https://dashboard.plaid.com/signin/).
2. Client ID and Secret can be obtained through this [link](https://dashboard.plaid.com/developers/keys).

### Configuration

Configure the Datadog endpoint to forward Plaid logs to Datadog.
1. Navigate to Plaid.
2. Add your Plaid credentials.

| Plaid Parameters | Description |
|----------|----------|
| Client ID | Client of the Plaid account. |
| Secret | Secret of the Plaid account |


## Data Collected

The crawler will implement data collection of Plaid logs for the List of Transfer events, remove sensitive data and send it to Datadog.


## Troubleshooting

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

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/

Empty file.
52 changes: 52 additions & 0 deletions plaid/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{

Check failure on line 1 in plaid/manifest.json

View workflow job for this annotation

GitHub Actions / run / Validate

assets/dashboards/<FILL IN>.json does not exist

Check failure on line 1 in plaid/manifest.json

View check run for this annotation

datadog-assets / validate-logs

Error in logs

{'tile': {'media': {0: {'image_url': ['String does not match expected pattern.']}, 1: {'image_url': ['String does not match expected pattern.']}, 2: {'image_url': ['String does not match expected pattern.']}}}}
"manifest_version": "2.0.0",
"app_uuid": "d5c95215-bc13-4925-941b-ede8459d9005",
"app_id": "plaid",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "<FILL IN - A brief description of what this offering provides>",
"title": "Plaid",
"media": [
{
"media_type": "image",
"caption": "FILL IN Image 1 caption",
"image_url": "<FILL IN>"
},
{
"media_type": "image",
"caption": "FILL IN Image 2 caption",
"image_url": "<FILL IN>"
},
{
"media_type": "image",
"caption": "FILL IN Image 3 caption",
"image_url": "<FILL IN>"
}
],
"classifier_tags": [
"Category::Log Collection",
"Offering::Integration",
"Submitted Data Type::Logs"
]
},
"assets": {
"dashboards": {
"<FILL IN dashboard short_name ex: integration name overview>": "assets/dashboards/<FILL IN>.json"
},
"monitors": {},
"saved_views": {}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}



1 change: 1 addition & 0 deletions plaid/metadata.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags

0 comments on commit 973685f

Please sign in to comment.