Skip to content

Commit

Permalink
Fixes #25920: Remove the metrics technique
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 21, 2024
1 parent bcb6d7f commit 5a52ff5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion techniques/system/rudder-service-webapp/1.0/main.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ bundle agent system_rudder_webapp {
# Check pgpass and db credentials
"any" usebundle => system_compress_webapp_log;
"any" usebundle => system_root_integrity_check("${trackingkey}", "${technique_name}");
"any" usebundle => system_metrics_reporting("${trackingkey}", "${technique_name}");
"any" usebundle => system_rudder_jetty_alive_check;
"any" usebundle => system_rudder_webapp_properties;

Expand Down
4 changes: 0 additions & 4 deletions techniques/system/rudder-service-webapp/1.0/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<FILE name="integrity-check.cf">
<INCLUDED>true</INCLUDED>
</FILE>
<FILE name="metrics-reporting.cf">
<INCLUDED>true</INCLUDED>
</FILE>
<FILE name="password-check.cf">
<INCLUDED>true</INCLUDED>
</FILE>
Expand Down Expand Up @@ -60,6 +57,5 @@
<VALUE>rudder-users.xml permissions</VALUE>
</REPORTKEYS>
</SECTION>
<SECTION name="Send metrics to rudder-project" component="true"/>
</SECTIONS>
</TECHNIQUE>
28 changes: 0 additions & 28 deletions techniques/system/rudder-service-webapp/1.0/metrics-reporting.cf

This file was deleted.

0 comments on commit 5a52ff5

Please sign in to comment.