diff --git a/batch/src/main/resources/batch-root.properties b/batch/src/main/resources/batch-root.properties index 9679db5ab23b..4ee689e138bd 100644 --- a/batch/src/main/resources/batch-root.properties +++ b/batch/src/main/resources/batch-root.properties @@ -66,6 +66,7 @@ pinpoint.banner.configs=batch.server.env,\ spring.mail.host,\ spring.datasource.hikari.jdbc-url,\ spring.meta-datasource.hikari.jdbc-url,\ + spring.pinot-datasource.pinot.jdbc-url,\ batch.flink.server,\ job.cleanup.inactive.agents,\ job.cleanup.inactive.agents.cron,\ diff --git a/web/src/main/resources/pinpoint-web-root.properties b/web/src/main/resources/pinpoint-web-root.properties index 83dd1e38eff4..3b93fca41177 100644 --- a/web/src/main/resources/pinpoint-web-root.properties +++ b/web/src/main/resources/pinpoint-web-root.properties @@ -124,6 +124,7 @@ pinpoint.banner.configs=spring.active.profile,\ pinpoint.zookeeper.address,\ spring.datasource.hikari.jdbc-url,\ spring.meta-datasource.hikari.jdbc-url,\ + spring.pinot-datasource.pinot.jdbc-url,\ cluster.enable,\ cluster.zookeeper.address,\ cluster.zookeeper.znode_root,\