XtraDB - Set configuration parameters

I’m trying to set some parameters required by Quest Foglight, so I put the following in my cr.yaml
spec:
pxc:
configuration: |
[mysqld]
performance_schema_events_waits_history_size = 100
performance_schema_events_statements_history_size = 1000
performance_schema_events_statements_history_long_size = 20000

Did an apply and the cluster pods all restarted; but Foglight can’t see the change.

Is there a way I can get into the container and actually see the my.cnf and log files - and if I did that could I just edit the file directly?

Thanks!

Clay Jackson

@n7qnm,
You can log into MySQL and run "SHOW GLOBAL VARIABLES LIKE ‘performance_schema_%’ to see all the settings and confirm if they took or not.