File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
dotCMS/src/main/java/com/dotcms/telemetry/collectors Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 1010import com .dotcms .telemetry .collectors .ai .TotalSitesUsingDotaiMetricType ;
1111import com .dotcms .telemetry .collectors .ai .TotalSitesWithAutoIndexContentConfigMetricType ;
1212import com .dotcms .telemetry .collectors .api .ApiMetricAPI ;
13- import com .dotcms .telemetry .collectors .api .ApiMetricTypes ;
1413import com .dotcms .telemetry .collectors .container .TotalFileContainersInLivePageDatabaseMetricType ;
1514import com .dotcms .telemetry .collectors .container .TotalFileContainersInLiveTemplatesDatabaseMetricType ;
1615import 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 () {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments