|
5483 | 5483 | },
|
5484 | 5484 | "disable-consumer-stats": {
|
5485 | 5485 | "type": "boolean",
|
5486 |
| - "description": "Disable consumer group metrics" |
| 5486 | + "description": "Disable kafka consumer group metrics. Applies only when attached to kafka services." |
5487 | 5487 | },
|
5488 | 5488 | "kafka-consumer-check-instances": {
|
5489 | 5489 | "type": "integer",
|
|
5492 | 5492 | "maximum": 100,
|
5493 | 5493 | "exclusiveMinimum": false,
|
5494 | 5494 | "exclusiveMaximum": false,
|
5495 |
| - "description": "Number of separate instances to fetch kafka consumer statistics with" |
| 5495 | + "description": "Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services." |
5496 | 5496 | },
|
5497 | 5497 | "kafka-consumer-stats-timeout": {
|
5498 | 5498 | "type": "integer",
|
|
5501 | 5501 | "maximum": 300,
|
5502 | 5502 | "exclusiveMinimum": false,
|
5503 | 5503 | "exclusiveMaximum": false,
|
5504 |
| - "description": "Number of seconds that datadog will wait to get consumer statistics from brokers" |
| 5504 | + "description": "Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services." |
5505 | 5505 | },
|
5506 | 5506 | "max-partition-contexts": {
|
5507 | 5507 | "type": "integer",
|
|
5510 | 5510 | "maximum": 200000,
|
5511 | 5511 | "exclusiveMinimum": false,
|
5512 | 5512 | "exclusiveMaximum": false,
|
5513 |
| - "description": "Maximum number of partition contexts to send" |
| 5513 | + "description": "Maximum number of partition contexts to send. Applies only when attached to kafka services." |
5514 | 5514 | }
|
5515 | 5515 | },
|
5516 | 5516 | "description": "External integration DataDog configuration"
|
|
5735 | 5735 | },
|
5736 | 5736 | "disable-consumer-stats": {
|
5737 | 5737 | "type": "boolean",
|
5738 |
| - "description": "Disable consumer group metrics" |
| 5738 | + "description": "Disable kafka consumer group metrics. Applies only when attached to kafka services." |
5739 | 5739 | },
|
5740 | 5740 | "kafka-consumer-check-instances": {
|
5741 | 5741 | "type": "integer",
|
|
5744 | 5744 | "maximum": 100,
|
5745 | 5745 | "exclusiveMinimum": false,
|
5746 | 5746 | "exclusiveMaximum": false,
|
5747 |
| - "description": "Number of separate instances to fetch kafka consumer statistics with" |
| 5747 | + "description": "Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services." |
5748 | 5748 | },
|
5749 | 5749 | "kafka-consumer-stats-timeout": {
|
5750 | 5750 | "type": "integer",
|
|
5753 | 5753 | "maximum": 300,
|
5754 | 5754 | "exclusiveMinimum": false,
|
5755 | 5755 | "exclusiveMaximum": false,
|
5756 |
| - "description": "Number of seconds that datadog will wait to get consumer statistics from brokers" |
| 5756 | + "description": "Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services." |
5757 | 5757 | },
|
5758 | 5758 | "max-partition-contexts": {
|
5759 | 5759 | "type": "integer",
|
|
5762 | 5762 | "maximum": 200000,
|
5763 | 5763 | "exclusiveMinimum": false,
|
5764 | 5764 | "exclusiveMaximum": false,
|
5765 |
| - "description": "Maximum number of partition contexts to send" |
| 5765 | + "description": "Maximum number of partition contexts to send. Applies only when attached to kafka services." |
5766 | 5766 | }
|
5767 | 5767 | },
|
5768 | 5768 | "required": [
|
|
6224 | 6224 | },
|
6225 | 6225 | "disable-consumer-stats": {
|
6226 | 6226 | "type": "boolean",
|
6227 |
| - "description": "Disable consumer group metrics" |
| 6227 | + "description": "Disable kafka consumer group metrics. Applies only when attached to kafka services." |
6228 | 6228 | },
|
6229 | 6229 | "kafka-consumer-check-instances": {
|
6230 | 6230 | "type": "integer",
|
|
6233 | 6233 | "maximum": 100,
|
6234 | 6234 | "exclusiveMinimum": false,
|
6235 | 6235 | "exclusiveMaximum": false,
|
6236 |
| - "description": "Number of separate instances to fetch kafka consumer statistics with" |
| 6236 | + "description": "Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services." |
6237 | 6237 | },
|
6238 | 6238 | "kafka-consumer-stats-timeout": {
|
6239 | 6239 | "type": "integer",
|
|
6242 | 6242 | "maximum": 300,
|
6243 | 6243 | "exclusiveMinimum": false,
|
6244 | 6244 | "exclusiveMaximum": false,
|
6245 |
| - "description": "Number of seconds that datadog will wait to get consumer statistics from brokers" |
| 6245 | + "description": "Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services." |
6246 | 6246 | },
|
6247 | 6247 | "max-partition-contexts": {
|
6248 | 6248 | "type": "integer",
|
|
6251 | 6251 | "maximum": 200000,
|
6252 | 6252 | "exclusiveMinimum": false,
|
6253 | 6253 | "exclusiveMaximum": false,
|
6254 |
| - "description": "Maximum number of partition contexts to send" |
| 6254 | + "description": "Maximum number of partition contexts to send. Applies only when attached to kafka services." |
6255 | 6255 | }
|
6256 | 6256 | }
|
6257 | 6257 | },
|
|
6967 | 6967 | },
|
6968 | 6968 | "disable-consumer-stats": {
|
6969 | 6969 | "type": "boolean",
|
6970 |
| - "description": "Disable consumer group metrics" |
| 6970 | + "description": "Disable kafka consumer group metrics. Applies only when attached to kafka services." |
6971 | 6971 | },
|
6972 | 6972 | "kafka-consumer-check-instances": {
|
6973 | 6973 | "type": "integer",
|
|
6976 | 6976 | "maximum": 100,
|
6977 | 6977 | "exclusiveMinimum": false,
|
6978 | 6978 | "exclusiveMaximum": false,
|
6979 |
| - "description": "Number of separate instances to fetch kafka consumer statistics with" |
| 6979 | + "description": "Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services." |
6980 | 6980 | },
|
6981 | 6981 | "kafka-consumer-stats-timeout": {
|
6982 | 6982 | "type": "integer",
|
|
6985 | 6985 | "maximum": 300,
|
6986 | 6986 | "exclusiveMinimum": false,
|
6987 | 6987 | "exclusiveMaximum": false,
|
6988 |
| - "description": "Number of seconds that datadog will wait to get consumer statistics from brokers" |
| 6988 | + "description": "Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services." |
6989 | 6989 | },
|
6990 | 6990 | "max-partition-contexts": {
|
6991 | 6991 | "type": "integer",
|
|
6994 | 6994 | "maximum": 200000,
|
6995 | 6995 | "exclusiveMinimum": false,
|
6996 | 6996 | "exclusiveMaximum": false,
|
6997 |
| - "description": "Maximum number of partition contexts to send" |
| 6997 | + "description": "Maximum number of partition contexts to send. Applies only when attached to kafka services." |
6998 | 6998 | }
|
6999 | 6999 | },
|
7000 | 7000 | "required": [
|
|
7274 | 7274 | },
|
7275 | 7275 | "disable-consumer-stats": {
|
7276 | 7276 | "type": "boolean",
|
7277 |
| - "description": "Disable consumer group metrics" |
| 7277 | + "description": "Disable kafka consumer group metrics. Applies only when attached to kafka services." |
7278 | 7278 | },
|
7279 | 7279 | "kafka-consumer-check-instances": {
|
7280 | 7280 | "type": "integer",
|
|
7283 | 7283 | "maximum": 100,
|
7284 | 7284 | "exclusiveMinimum": false,
|
7285 | 7285 | "exclusiveMaximum": false,
|
7286 |
| - "description": "Number of separate instances to fetch kafka consumer statistics with" |
| 7286 | + "description": "Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services." |
7287 | 7287 | },
|
7288 | 7288 | "kafka-consumer-stats-timeout": {
|
7289 | 7289 | "type": "integer",
|
|
7292 | 7292 | "maximum": 300,
|
7293 | 7293 | "exclusiveMinimum": false,
|
7294 | 7294 | "exclusiveMaximum": false,
|
7295 |
| - "description": "Number of seconds that datadog will wait to get consumer statistics from brokers" |
| 7295 | + "description": "Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services." |
7296 | 7296 | },
|
7297 | 7297 | "max-partition-contexts": {
|
7298 | 7298 | "type": "integer",
|
|
7301 | 7301 | "maximum": 200000,
|
7302 | 7302 | "exclusiveMinimum": false,
|
7303 | 7303 | "exclusiveMaximum": false,
|
7304 |
| - "description": "Maximum number of partition contexts to send" |
| 7304 | + "description": "Maximum number of partition contexts to send. Applies only when attached to kafka services." |
7305 | 7305 | }
|
7306 | 7306 | },
|
7307 | 7307 | "description": "External integration DataDog configuration"
|
|
0 commit comments