You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/26 02:52:23 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #6066: Improvement Influxdb query performance

kezhenxu94 commented on a change in pull request #6066:
URL: https://github.com/apache/skywalking/pull/6066#discussion_r548935110



##########
File path: test/e2e/e2e-test/docker/storage/docker-compose.influxdb.yml
##########
@@ -22,6 +22,8 @@ services:
       - 8086
     networks:
       - e2e
+    volumes:
+      - /var/run/influxdb2:/var/lib/influxdb

Review comment:
       This should not be committed, the directory name (`/var/run/influxdb2`)l depends on the host machine.

##########
File path: test/e2e/e2e-test/docker/storage/docker-compose.influxdb.yml
##########
@@ -22,6 +22,8 @@ services:
       - 8086
     networks:
       - e2e
+    volumes:
+      - /var/run/influxdb2:/var/lib/influxdb

Review comment:
       This should not be committed, the directory name (`/var/run/influxdb2`) depends on the host machine.




----------------------------------------------------------------
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:
users@infra.apache.org