Skip to content

Commit

Permalink
chore(qa): disable telemetry by default for all test setups
Browse files Browse the repository at this point in the history
Related to #2595
  • Loading branch information
mboskamp committed Nov 1, 2023
1 parent e509957 commit d0ec254
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@

<!-- turn off metrics reporter -->
<property name="dbMetricsReporterActivate" value="false" />
<property name="telemetryReporterActivate" value="false" />
<property name="taskMetricsEnabled" value="false" />

<property name="jdbcBatchProcessing" value="false"/>
<property name="enforceHistoryTimeToLive" value="false" />

<!-- telemetry configuration -->
<property name="telemetryReporterActivate" value="false"/>

</bean>

</beans>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- turn off metrics reporter -->
<property name="dbMetricsReporterActivate" value="false" />

<!-- telemetry configuration -->
<property name="telemetryReporterActivate" value="false"/>

<property name="jdbcBatchProcessing" value="false"/>

<property name="enforceHistoryTimeToLive" value="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- turn off metrics reporter -->
<property name="dbMetricsReporterActivate" value="false" />

<!-- telemetry configuration -->
<property name="telemetryReporterActivate" value="false"/>

<property name="jdbcBatchProcessing" value="false"/>

</bean>
Expand Down
1 change: 1 addition & 0 deletions qa/test-old-engine/config/camunda.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

<!-- telemetry configuration -->
<property name="telemetryEndpoint" value="http://localhost:8081/pings"/>
<property name="telemetryReporterActivate" value="false"/>

<property name="enforceHistoryTimeToLive" value="false" />

Expand Down

0 comments on commit d0ec254

Please sign in to comment.