|
3226 | 3226 | "exclusiveMinimum": false,
|
3227 | 3227 | "description": "Number of CPUs for each node"
|
3228 | 3228 | },
|
| 3229 | + "prometheus-uri": { |
| 3230 | + "type": "object", |
| 3231 | + "properties": { |
| 3232 | + "host": { |
| 3233 | + "type": "string" |
| 3234 | + }, |
| 3235 | + "port": { |
| 3236 | + "type": "integer", |
| 3237 | + "format": "int64", |
| 3238 | + "minimum": 0, |
| 3239 | + "maximum": 65535, |
| 3240 | + "exclusiveMinimum": false, |
| 3241 | + "exclusiveMaximum": false |
| 3242 | + } |
| 3243 | + }, |
| 3244 | + "description": "Prometheus integration URI" |
| 3245 | + }, |
3229 | 3246 | "integrations": {
|
3230 | 3247 | "type": "array",
|
3231 | 3248 | "items": {
|
|
3397 | 3414 | "required": [
|
3398 | 3415 | "name",
|
3399 | 3416 | "plan",
|
3400 |
| - "type" |
| 3417 | + "type", |
| 3418 | + "prometheus-uri" |
3401 | 3419 | ]
|
3402 | 3420 | },
|
3403 | 3421 | "dbaas-service-kafka": {
|
|
3467 | 3485 | "type": "boolean",
|
3468 | 3486 | "description": "Whether Kafka REST is enabled"
|
3469 | 3487 | },
|
| 3488 | + "prometheus-uri": { |
| 3489 | + "type": "object", |
| 3490 | + "properties": { |
| 3491 | + "host": { |
| 3492 | + "type": "string" |
| 3493 | + }, |
| 3494 | + "port": { |
| 3495 | + "type": "integer", |
| 3496 | + "format": "int64", |
| 3497 | + "minimum": 0, |
| 3498 | + "maximum": 65535, |
| 3499 | + "exclusiveMinimum": false, |
| 3500 | + "exclusiveMaximum": false |
| 3501 | + } |
| 3502 | + }, |
| 3503 | + "description": "Prometheus integration URI" |
| 3504 | + }, |
3470 | 3505 | "integrations": {
|
3471 | 3506 | "type": "array",
|
3472 | 3507 | "items": {
|
|
3662 | 3697 | "required": [
|
3663 | 3698 | "name",
|
3664 | 3699 | "plan",
|
3665 |
| - "type" |
| 3700 | + "type", |
| 3701 | + "prometheus-uri" |
3666 | 3702 | ]
|
3667 | 3703 | },
|
3668 | 3704 | "json-schema-valkey": {
|
|
4875 | 4911 | "exclusiveMinimum": false,
|
4876 | 4912 | "description": "Number of CPUs for each node"
|
4877 | 4913 | },
|
| 4914 | + "prometheus-uri": { |
| 4915 | + "type": "object", |
| 4916 | + "properties": { |
| 4917 | + "host": { |
| 4918 | + "type": "string" |
| 4919 | + }, |
| 4920 | + "port": { |
| 4921 | + "type": "integer", |
| 4922 | + "format": "int64", |
| 4923 | + "minimum": 0, |
| 4924 | + "maximum": 65535, |
| 4925 | + "exclusiveMinimum": false, |
| 4926 | + "exclusiveMaximum": false |
| 4927 | + } |
| 4928 | + }, |
| 4929 | + "description": "Prometheus integration URI" |
| 4930 | + }, |
4878 | 4931 | "integrations": {
|
4879 | 4932 | "type": "array",
|
4880 | 4933 | "items": {
|
|
5132 | 5185 | "required": [
|
5133 | 5186 | "name",
|
5134 | 5187 | "plan",
|
5135 |
| - "type" |
| 5188 | + "type", |
| 5189 | + "prometheus-uri" |
5136 | 5190 | ]
|
5137 | 5191 | },
|
5138 | 5192 | "dbaas-integration": {
|
|
6691 | 6745 | "exclusiveMinimum": false,
|
6692 | 6746 | "description": "Number of CPUs for each node"
|
6693 | 6747 | },
|
| 6748 | + "prometheus-uri": { |
| 6749 | + "type": "object", |
| 6750 | + "properties": { |
| 6751 | + "host": { |
| 6752 | + "type": "string" |
| 6753 | + }, |
| 6754 | + "port": { |
| 6755 | + "type": "integer", |
| 6756 | + "format": "int64", |
| 6757 | + "minimum": 0, |
| 6758 | + "maximum": 65535, |
| 6759 | + "exclusiveMinimum": false, |
| 6760 | + "exclusiveMaximum": false |
| 6761 | + } |
| 6762 | + }, |
| 6763 | + "description": "Prometheus integration URI" |
| 6764 | + }, |
6694 | 6765 | "integrations": {
|
6695 | 6766 | "type": "array",
|
6696 | 6767 | "items": {
|
|
6852 | 6923 | "required": [
|
6853 | 6924 | "name",
|
6854 | 6925 | "plan",
|
6855 |
| - "type" |
| 6926 | + "type", |
| 6927 | + "prometheus-uri" |
6856 | 6928 | ]
|
6857 | 6929 | },
|
6858 | 6930 | "enum-migration-status": {
|
|
7159 | 7231 | "exclusiveMinimum": false,
|
7160 | 7232 | "description": "Number of CPUs for each node"
|
7161 | 7233 | },
|
| 7234 | + "prometheus-uri": { |
| 7235 | + "type": "object", |
| 7236 | + "properties": { |
| 7237 | + "host": { |
| 7238 | + "type": "string" |
| 7239 | + }, |
| 7240 | + "port": { |
| 7241 | + "type": "integer", |
| 7242 | + "format": "int64", |
| 7243 | + "minimum": 0, |
| 7244 | + "maximum": 65535, |
| 7245 | + "exclusiveMinimum": false, |
| 7246 | + "exclusiveMaximum": false |
| 7247 | + } |
| 7248 | + }, |
| 7249 | + "description": "Prometheus integration URI" |
| 7250 | + }, |
7162 | 7251 | "integrations": {
|
7163 | 7252 | "type": "array",
|
7164 | 7253 | "items": {
|
|
7353 | 7442 | "required": [
|
7354 | 7443 | "name",
|
7355 | 7444 | "plan",
|
7356 |
| - "type" |
| 7445 | + "type", |
| 7446 | + "prometheus-uri" |
7357 | 7447 | ]
|
7358 | 7448 | },
|
7359 | 7449 | "zone-name": {
|
|
7480 | 7570 | "exclusiveMinimum": false,
|
7481 | 7571 | "description": "Number of CPUs for each node"
|
7482 | 7572 | },
|
| 7573 | + "prometheus-uri": { |
| 7574 | + "type": "object", |
| 7575 | + "properties": { |
| 7576 | + "host": { |
| 7577 | + "type": "string" |
| 7578 | + }, |
| 7579 | + "port": { |
| 7580 | + "type": "integer", |
| 7581 | + "format": "int64", |
| 7582 | + "minimum": 0, |
| 7583 | + "maximum": 65535, |
| 7584 | + "exclusiveMinimum": false, |
| 7585 | + "exclusiveMaximum": false |
| 7586 | + } |
| 7587 | + }, |
| 7588 | + "description": "Prometheus integration URI" |
| 7589 | + }, |
7483 | 7590 | "integrations": {
|
7484 | 7591 | "type": "array",
|
7485 | 7592 | "items": {
|
|
7735 | 7842 | "required": [
|
7736 | 7843 | "name",
|
7737 | 7844 | "plan",
|
7738 |
| - "type" |
| 7845 | + "type", |
| 7846 | + "prometheus-uri" |
7739 | 7847 | ]
|
7740 | 7848 | },
|
7741 | 7849 | "manager": {
|
|
8321 | 8429 | "exclusiveMinimum": false,
|
8322 | 8430 | "description": "Number of CPUs for each node"
|
8323 | 8431 | },
|
| 8432 | + "prometheus-uri": { |
| 8433 | + "type": "object", |
| 8434 | + "properties": { |
| 8435 | + "host": { |
| 8436 | + "type": "string" |
| 8437 | + }, |
| 8438 | + "port": { |
| 8439 | + "type": "integer", |
| 8440 | + "format": "int64", |
| 8441 | + "minimum": 0, |
| 8442 | + "maximum": 65535, |
| 8443 | + "exclusiveMinimum": false, |
| 8444 | + "exclusiveMaximum": false |
| 8445 | + } |
| 8446 | + }, |
| 8447 | + "description": "Prometheus integration URI" |
| 8448 | + }, |
8324 | 8449 | "integrations": {
|
8325 | 8450 | "type": "array",
|
8326 | 8451 | "items": {
|
|
8515 | 8640 | "required": [
|
8516 | 8641 | "name",
|
8517 | 8642 | "plan",
|
8518 |
| - "type" |
| 8643 | + "type", |
| 8644 | + "prometheus-uri" |
8519 | 8645 | ]
|
8520 | 8646 | },
|
8521 | 8647 | "json-schema-timescaledb": {
|
|
0 commit comments