How to disable Telemetry_traces_supported

Hi Team

I have Server version: 8.0.39-30.1 Percona XtraDB Cluster (GPL) and have Telemetry ON.

root@localhost [(none)]> select table_schema, table_name, column_name from information_schema.columns where table_name='threads' and column_name like 'tele%' ;
+--------------------+------------+------------------+
| TABLE_SCHEMA       | TABLE_NAME | COLUMN_NAME      |
+--------------------+------------+------------------+
| performance_schema | threads    | TELEMETRY_ACTIVE |
+--------------------+------------+------------------+
1 row in set (0.00 sec)

root@localhost [(none)]> SHOW global status  LIKE '%telemetry%';
+----------------------------+-------+
| Variable_name              | Value |
+----------------------------+-------+
| Telemetry_traces_supported | ON    |
+----------------------------+-------+
1 row in set (0.00 sec)

Kindly request your support in understanding how can I disable this option.
NOTE: I tried to remove the “percona-telemetry-agent”, but then it has below dependencies which is making percona sotware unusable.

[root@hostname123 ~]# yum remove *percona-telemetry*
Updating Subscription Management repositories.
Dependencies resolved.
===============================================================================================================
 Package                                                      Architecture                  Version            
===============================================================================================================
Removing:
 percona-telemetry-agent                                      x86_64                        1.0.3-3.el9        
Removing dependent packages:
 percona-toolkit                                              x86_64                        3.6.0-1.el9        
 percona-xtrabackup-80                                        x86_64                        8.0.35-31.1.el9    
 percona-xtradb-cluster-server                                x86_64                        8.0.39-30.1.el9    
 python3-mysqlclient                                          x86_64                        2.1.0-1.el9        
Removing unused dependencies:
 chkconfig                                                    x86_64                        1.24-1.el9_5.1     
 libatomic                                                    x86_64                        11.5.0-2.el9       
 mariadb-connector-c                                          x86_64                        3.2.6-1.el9_0      
 percona-xtradb-cluster-client                                x86_64                        8.0.39-30.1.el9    
 percona-xtradb-cluster-icu-data-files                        x86_64                        8.0.39-30.1.el9    
 percona-xtradb-cluster-shared                                x86_64                        8.0.39-30.1.el9    
 perl-DBD-MySQL                                               x86_64                        4.050-13.el9       
 perl-DBI                                                     x86_64                        1.643-9.el9        
 qpress                                                       x86_64                        20220819-1.el9     
 rsync                                                        x86_64                        3.2.3-20.el9       
 socat                                                        x86_64                        1.7.4.1-6.el9      
 zstd                                                         x86_64                        1.5.1-2.el9        

Thanks.

Best Regards
Srikanth Lingala

Have a look at our documentation which explains how to disable the telemetry: