Skip to content

Commit 502d942

Browse files
Add dataflow definitions for database-monitoring-agent (DataDog#22872)
* Add dataflow definitions for database-monitoring-agent Add missing dataflow declarations inferred from integration source/config for logs, metrics, and events where applicable. * Remove events dataflows from postgres and sqlserver * define events * Fix dataflow id
1 parent 037b9ae commit 502d942

5 files changed

Lines changed: 61 additions & 0 deletions

File tree

mongo/assets/dataflows.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
provides:
2+
- id: mongodb-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: mongodb-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound
10+
- id: mongodb-events
11+
always_on: true
12+
data_type: events
13+
direction: inbound

mysql/assets/dataflows.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
provides:
2+
- id: mysql-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: mysql-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound
10+
- id: mysql-events
11+
always_on: true
12+
data_type: events
13+
direction: inbound

oracle/assets/dataflows.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
provides:
2+
- id: oracle-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: oracle-events
7+
always_on: true
8+
data_type: events
9+
direction: inbound

postgres/assets/dataflows.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
provides:
2+
- id: postgres-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: postgres-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound
10+
- id: postgres-events
11+
always_on: true
12+
data_type: events
13+
direction: inbound

sqlserver/assets/dataflows.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
provides:
2+
- id: sql-server-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: sql-server-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound
10+
- id: sql-server-events
11+
always_on: true
12+
data_type: events
13+
direction: inbound

0 commit comments

Comments
 (0)