ibessonov commented on code in PR #7608:
URL: https://github.com/apache/ignite-3/pull/7608#discussion_r2815468697
##########
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/exporters/configuration/LogPushExporterConfigurationSchema.java:
##########
@@ -51,6 +51,16 @@ public class LogPushExporterConfigurationSchema extends
ExporterConfigurationSch
"topology.local",
"topology.cluster",
"thread.pools.partitions-executor",
- "thread.pools.sql-executor"
+ "thread.pools.sql-executor",
+ "client.handler",
+ "index.builder",
+ "clock.service",
+ "raft.snapshots",
+ "raft",
+ "sql.plan.cache",
+ "resource.vacuum",
+ "transactions",
+ "storage.aipersist",
+ "storage.aipersist.checkpoint"
Review Comment:
Honestly, I would just use `storage.aipersist.*`, this way we would include
statistics for storage profiles, which is valuable.
Also, just a nitpick, sorting this array by name would make it look much
better imo
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]