|
3512 | 3512 | "syncAlertsOff": { |
3513 | 3513 | "type": "long" |
3514 | 3514 | }, |
| 3515 | + "extractObservablesOn": { |
| 3516 | + "type": "long", |
| 3517 | + "_meta": { |
| 3518 | + "description": "Automatically extract observables setting enabled" |
| 3519 | + } |
| 3520 | + }, |
| 3521 | + "extractObservablesOff": { |
| 3522 | + "type": "long", |
| 3523 | + "_meta": { |
| 3524 | + "description": "Automatically extract observables setting disabled" |
| 3525 | + } |
| 3526 | + }, |
| 3527 | + "observables": { |
| 3528 | + "properties": { |
| 3529 | + "auto": { |
| 3530 | + "properties": { |
| 3531 | + "default": { |
| 3532 | + "type": "long", |
| 3533 | + "_meta": { |
| 3534 | + "description": "Number of default type observables automatically extracted" |
| 3535 | + } |
| 3536 | + }, |
| 3537 | + "custom": { |
| 3538 | + "type": "long", |
| 3539 | + "_meta": { |
| 3540 | + "description": "Number of custom type observables automatically extracted" |
| 3541 | + } |
| 3542 | + } |
| 3543 | + } |
| 3544 | + }, |
| 3545 | + "manual": { |
| 3546 | + "properties": { |
| 3547 | + "default": { |
| 3548 | + "type": "long", |
| 3549 | + "_meta": { |
| 3550 | + "description": "Number of default type observables manually added" |
| 3551 | + } |
| 3552 | + }, |
| 3553 | + "custom": { |
| 3554 | + "type": "long", |
| 3555 | + "_meta": { |
| 3556 | + "description": "Number of custom type observables manually added" |
| 3557 | + } |
| 3558 | + } |
| 3559 | + } |
| 3560 | + }, |
| 3561 | + "total": { |
| 3562 | + "type": "long", |
| 3563 | + "_meta": { |
| 3564 | + "description": "Total number of observables" |
| 3565 | + } |
| 3566 | + } |
| 3567 | + } |
| 3568 | + }, |
| 3569 | + "totalWithMaxObservables": { |
| 3570 | + "type": "long", |
| 3571 | + "_meta": { |
| 3572 | + "description": "Number of cases with maximum observables" |
| 3573 | + } |
| 3574 | + }, |
3515 | 3575 | "totalUsers": { |
3516 | 3576 | "type": "long" |
3517 | 3577 | }, |
|
3655 | 3715 | "type": "long" |
3656 | 3716 | } |
3657 | 3717 | } |
| 3718 | + }, |
| 3719 | + "observables": { |
| 3720 | + "properties": { |
| 3721 | + "auto": { |
| 3722 | + "properties": { |
| 3723 | + "default": { |
| 3724 | + "type": "long", |
| 3725 | + "_meta": { |
| 3726 | + "description": "Number of default type observables automatically extracted" |
| 3727 | + } |
| 3728 | + }, |
| 3729 | + "custom": { |
| 3730 | + "type": "long", |
| 3731 | + "_meta": { |
| 3732 | + "description": "Number of custom type observables automatically extracted" |
| 3733 | + } |
| 3734 | + } |
| 3735 | + } |
| 3736 | + }, |
| 3737 | + "manual": { |
| 3738 | + "properties": { |
| 3739 | + "default": { |
| 3740 | + "type": "long", |
| 3741 | + "_meta": { |
| 3742 | + "description": "Number of default type observables manually added" |
| 3743 | + } |
| 3744 | + }, |
| 3745 | + "custom": { |
| 3746 | + "type": "long", |
| 3747 | + "_meta": { |
| 3748 | + "description": "Number of custom type observables manually added" |
| 3749 | + } |
| 3750 | + } |
| 3751 | + } |
| 3752 | + }, |
| 3753 | + "total": { |
| 3754 | + "type": "long", |
| 3755 | + "_meta": { |
| 3756 | + "description": "Total number of observables" |
| 3757 | + } |
| 3758 | + } |
| 3759 | + } |
| 3760 | + }, |
| 3761 | + "totalWithMaxObservables": { |
| 3762 | + "type": "long", |
| 3763 | + "_meta": { |
| 3764 | + "description": "Number of cases with maximum observables" |
| 3765 | + } |
3658 | 3766 | } |
3659 | 3767 | } |
3660 | 3768 | }, |
|
3771 | 3879 | "type": "long" |
3772 | 3880 | } |
3773 | 3881 | } |
| 3882 | + }, |
| 3883 | + "observables": { |
| 3884 | + "properties": { |
| 3885 | + "auto": { |
| 3886 | + "properties": { |
| 3887 | + "default": { |
| 3888 | + "type": "long", |
| 3889 | + "_meta": { |
| 3890 | + "description": "Number of default type observables automatically extracted" |
| 3891 | + } |
| 3892 | + }, |
| 3893 | + "custom": { |
| 3894 | + "type": "long", |
| 3895 | + "_meta": { |
| 3896 | + "description": "Number of custom type observables automatically extracted" |
| 3897 | + } |
| 3898 | + } |
| 3899 | + } |
| 3900 | + }, |
| 3901 | + "manual": { |
| 3902 | + "properties": { |
| 3903 | + "default": { |
| 3904 | + "type": "long", |
| 3905 | + "_meta": { |
| 3906 | + "description": "Number of default type observables manually added" |
| 3907 | + } |
| 3908 | + }, |
| 3909 | + "custom": { |
| 3910 | + "type": "long", |
| 3911 | + "_meta": { |
| 3912 | + "description": "Number of custom type observables manually added" |
| 3913 | + } |
| 3914 | + } |
| 3915 | + } |
| 3916 | + }, |
| 3917 | + "total": { |
| 3918 | + "type": "long", |
| 3919 | + "_meta": { |
| 3920 | + "description": "Total number of observables" |
| 3921 | + } |
| 3922 | + } |
| 3923 | + } |
| 3924 | + }, |
| 3925 | + "totalWithMaxObservables": { |
| 3926 | + "type": "long", |
| 3927 | + "_meta": { |
| 3928 | + "description": "Number of cases with maximum observables" |
| 3929 | + } |
3774 | 3930 | } |
3775 | 3931 | } |
3776 | 3932 | }, |
|
3887 | 4043 | "type": "long" |
3888 | 4044 | } |
3889 | 4045 | } |
| 4046 | + }, |
| 4047 | + "observables": { |
| 4048 | + "properties": { |
| 4049 | + "auto": { |
| 4050 | + "properties": { |
| 4051 | + "default": { |
| 4052 | + "type": "long", |
| 4053 | + "_meta": { |
| 4054 | + "description": "Number of default type observables automatically extracted" |
| 4055 | + } |
| 4056 | + }, |
| 4057 | + "custom": { |
| 4058 | + "type": "long", |
| 4059 | + "_meta": { |
| 4060 | + "description": "Number of custom type observables automatically extracted" |
| 4061 | + } |
| 4062 | + } |
| 4063 | + } |
| 4064 | + }, |
| 4065 | + "manual": { |
| 4066 | + "properties": { |
| 4067 | + "default": { |
| 4068 | + "type": "long", |
| 4069 | + "_meta": { |
| 4070 | + "description": "Number of default type observables manually added" |
| 4071 | + } |
| 4072 | + }, |
| 4073 | + "custom": { |
| 4074 | + "type": "long", |
| 4075 | + "_meta": { |
| 4076 | + "description": "Number of custom type observables manually added" |
| 4077 | + } |
| 4078 | + } |
| 4079 | + } |
| 4080 | + }, |
| 4081 | + "total": { |
| 4082 | + "type": "long", |
| 4083 | + "_meta": { |
| 4084 | + "description": "Total number of observables" |
| 4085 | + } |
| 4086 | + } |
| 4087 | + } |
| 4088 | + }, |
| 4089 | + "totalWithMaxObservables": { |
| 4090 | + "type": "long", |
| 4091 | + "_meta": { |
| 4092 | + "description": "Number of cases with maximum observables" |
| 4093 | + } |
3890 | 4094 | } |
3891 | 4095 | } |
3892 | 4096 | } |
|
0 commit comments