We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f22830 commit cd5fc2bCopy full SHA for cd5fc2b
pkg/dist/integration_types.yml
@@ -230,6 +230,15 @@ datadog:
230
title: Enable Datadog Opensearch Primary Shard Monitoring
231
type: boolean
232
example: true
233
+ redis:
234
+ title: Datadog Redis Options
235
+ type: object
236
+ properties:
237
+ command_stats_enabled:
238
+ title: Redis command statistics for Datadog integrations
239
+ description: Enable command_stats option in the agent's configuration
240
+ type: boolean
241
+ default: false
242
datasource:
243
title: Integration user config
244
type: object
0 commit comments