hanahmily commented on a change in pull request #5099:
URL: https://github.com/apache/skywalking/pull/5099#discussion_r456911607
##########
File path:
oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchProvider.java
##########
@@ -197,7 +208,7 @@ public void notifyAfterCompleted() {
@Override
public String[] requiredModules() {
- return new String[]{CoreModule.NAME};
+ return new String[]{CoreModule.NAME, TelemetryModule.NAME};
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]