Skip to content

Commit 777c007

Browse files
committed
fix review
1 parent 2f1f27c commit 777c007

File tree

2 files changed

+2
-7
lines changed
  • polaris-configuration/polaris-configuration-api
  • polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf

2 files changed

+2
-7
lines changed

polaris-configuration/polaris-configuration-api/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,5 @@
2020
<artifactId>polaris-client</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
23-
24-
<dependency>
25-
<groupId>com.tencent.polaris</groupId>
26-
<artifactId>polaris-plugin-api</artifactId>
27-
<version>${project.version}</version>
28-
</dependency>
29-
3023
</dependencies>
3124
</project>

polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ else if (baseEvent.getEventType().equals(ServiceEventKey.EventType.RATE_LIMITING
109109
return reportReportEvent((FlowEvent) baseEvent);
110110
}
111111
}
112+
113+
LOG.debug("event {} is not supported for reporting, return true.", baseEvent);
112114
return true;
113115
}
114116

0 commit comments

Comments
 (0)