You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/24 04:56:26 UTC

[skywalking] branch master updated: A polish for comment. (#8178)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new cef4f6d  A polish for comment. (#8178)
cef4f6d is described below

commit cef4f6dcac5b14cd67f51a64ad08052bbc046653
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Nov 24 12:56:15 2021 +0800

    A polish for comment. (#8178)
---
 .../plugin/elasticsearch/StorageModuleElasticsearchProvider.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchProvider.java b/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchProvider.java
index 3cfaa61..4ca8daa 100644
--- a/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchProvider.java
+++ b/oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchProvider.java
@@ -78,7 +78,7 @@ import org.apache.skywalking.oap.server.telemetry.api.MetricsCreator;
 import org.apache.skywalking.oap.server.telemetry.api.MetricsTag;
 
 /**
- * The storage provider for ElasticSearch 6.
+ * The storage provider for ElasticSearch 6/7 and OpenSearch 1.x.
  */
 @Slf4j
 public class StorageModuleElasticsearchProvider extends ModuleProvider {