Skip to content

Commit c419bed

Browse files
Add dataflows.yaml files (part 3/3) (DataDog#22879)
* Add dataflows.yaml files (part 3/3) * Update dataflows definitions
1 parent 00b5d9c commit c419bed

52 files changed

Lines changed: 376 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

singlestore/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: singlestore-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: singlestore-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

slurm/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: slurm-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: slurm-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

solarwinds/assets/dataflows.yaml

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

solr/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: solr-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: solr-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

sonarqube/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: sonarqube-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: sonarqube-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
provides:
2+
- id: sonatype-nexus-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: sonatype-nexus-events
7+
always_on: true
8+
data_type: events
9+
direction: inbound

spark/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: spark-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: spark-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

squid/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: squid-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: squid-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

ssh_check/assets/dataflows.yaml

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

statsd/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: statsd-metrics
3+
always_on: true
4+
data_type: metrics
5+
direction: inbound
6+
- id: statsd-logs
7+
always_on: false
8+
data_type: logs
9+
direction: inbound

0 commit comments

Comments
 (0)