-
Notifications
You must be signed in to change notification settings - Fork 846
Define dataflows for community-owned integrations #3095
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: ambassador-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: bonsai-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: emnify-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: gnatsd-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: gnatsd-streaming-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: gnatsd-streaming-events | ||
| always_on: true | ||
| granular: false | ||
| data_type: events | ||
| direction: inbound | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: k6-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: launchdarkly-metrics | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When customers configure the documented LaunchDarkly events integration, flag, project, and environment events are sent into Datadog ( Useful? React with 👍 / 👎.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed and fixed. Manifest sets |
||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: launchdarkly-events | ||
| always_on: true | ||
| granular: false | ||
| data_type: events | ||
| direction: inbound | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: mergify-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: mergify-oauth-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: modal-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: modal-logs | ||
| always_on: true | ||
| granular: false | ||
| data_type: logs | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: ocient-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: perimeterx-logs | ||
| always_on: true | ||
| granular: false | ||
| data_type: logs | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: qdrant-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: redis-cloud-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: redis-enterprise-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: redis-enterprise-prometheus-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: redpanda-metrics | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When users enable the shipped Redpanda log configuration, the Agent collects journald logs with Useful? React with 👍 / 👎.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed and fixed. Verified against |
||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: redpanda-logs | ||
| always_on: true | ||
| granular: false | ||
| data_type: logs | ||
| direction: inbound | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: reflectiz-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: reflectiz-logs | ||
| always_on: true | ||
| granular: false | ||
| data_type: logs | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: rigor-metrics | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When a Rigor check crosses its alert threshold or recovers, the integration pushes an event into Datadog ( Useful? React with 👍 / 👎.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed and fixed. Manifest sets |
||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: rigor-events | ||
| always_on: true | ||
| granular: false | ||
| data_type: events | ||
| direction: inbound | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: rundeck-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| provides: | ||
| - id: sigsci-metrics | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When Signal Sciences flags an IP address, the integration sends an event to the Datadog Event Stream ( Useful? React with 👍 / 👎.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed and fixed. Manifest sets |
||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound | ||
| - id: sigsci-events | ||
| always_on: true | ||
| granular: false | ||
| data_type: events | ||
| direction: inbound | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: stardog-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: sym-logs | ||
| always_on: true | ||
| granular: false | ||
| data_type: logs | ||
| direction: inbound |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| provides: | ||
| - id: vespa-metrics | ||
| always_on: true | ||
| granular: false | ||
| data_type: metrics | ||
| direction: inbound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a fault-tolerant NATS Streaming server changes state,
gnatsd_streaming.pysubmits a failover event, andtest_failover_eventverifies that behavior. Listing only metrics therefore hides an event type that the check actively provides from dataflow consumers; add agnatsd-streaming-eventsinbound entry.Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed and fixed.
_failover_checksubmits a real event (covered bytest_failover_event), matching the existingdirection: inbound, data_type: eventsprecedent (e.g.redis-sentinel-events,gatling-enterprise-events). Addedgnatsd-streaming-events.