Skip to content

Commit d7f967a

Browse files
feat(Telemetry) dotCMS#32066 : Turn Telemetry on by default (dotCMS#32155)
### Proposed Changes * Turn Telemetry on by default. * Remove unnecessary code that is meant to be replaced by the new Content Analytics. * Remove the legacy Telemetry JAR from Felix.
1 parent 6a60fa8 commit d7f967a

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

dotCMS/src/main/java/com/dotcms/telemetry/collectors/MetricStatsCollector.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import com.dotcms.telemetry.collectors.ai.TotalSitesUsingDotaiMetricType;
1111
import com.dotcms.telemetry.collectors.ai.TotalSitesWithAutoIndexContentConfigMetricType;
1212
import com.dotcms.telemetry.collectors.api.ApiMetricAPI;
13-
import com.dotcms.telemetry.collectors.api.ApiMetricTypes;
1413
import com.dotcms.telemetry.collectors.container.TotalFileContainersInLivePageDatabaseMetricType;
1514
import com.dotcms.telemetry.collectors.container.TotalFileContainersInLiveTemplatesDatabaseMetricType;
1615
import com.dotcms.telemetry.collectors.container.TotalFileContainersInWorkingPageDatabaseMetricType;
@@ -266,9 +265,6 @@ private MetricStatsCollector() {
266265
metricStatsCollectors.add(new CountExperimentsWithExitRateGoalMetricType());
267266
metricStatsCollectors.add(new CountExperimentsWithBounceRateGoalMetricType());
268267
metricStatsCollectors.add(new CountExperimentsEditedInThePast30DaysMetricType());
269-
270-
// api ones
271-
metricStatsCollectors.addAll(ApiMetricTypes.INSTANCE.get());
272268
}
273269

274270
public static MetricsSnapshot getStatsAndCleanUp() {

osgi-base/system-bundles/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,6 @@
5858
</exclusion>
5959
</exclusions>
6060
</dependency>
61-
<dependency>
62-
<groupId>com.dotcms.core.plugins</groupId>
63-
<artifactId>com.dotcms.telemetry</artifactId>
64-
<version>24.08.08</version>
65-
<scope>provided</scope>
66-
67-
<exclusions>
68-
<exclusion>
69-
<groupId>*</groupId>
70-
<artifactId>*</artifactId>
71-
</exclusion>
72-
</exclusions>
73-
</dependency>
7461
</dependencies>
7562
<build>
7663
<plugins>

0 commit comments

Comments
 (0)