Almot77 commented on issue #12219:
URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109804745

   Sure.
   Image with fix
   ````
   version: '3.8'
   services:
     banyandb:
       profiles:
         - "banyandb"
       image: 
${BANYANDB_IMAGE:-ghcr.io/apache/skywalking-banyandb:c8270670d47a9c6caa2661af434157656c4b7eaf}
       container_name: banyandb
   #    restart: always
       networks:
         - skywalking
       expose:
         - 17912
       ports:
         - 17913:17913
       volumes:
         - ./tmp:/tmp
   
   ````
   banyandb container log:
   
[banyandb_container_log.tar.gz](https://github.com/apache/skywalking/files/15306690/banyandb_container_log.tar.gz)
   
   tmp:
   [https://filetransfer.io/data-package/POXU16no#link](url)
   
   Screens from grafana Elastic vs BanyanDB
   Elastic
   
![image](https://github.com/apache/skywalking/assets/88525998/a8731ed7-6f76-4995-be9b-f459948c201d)
   
   Banyan
   
![image](https://github.com/apache/skywalking/assets/88525998/92433cc0-6e74-41ae-a9ec-16442d3e0807)
   
![image](https://github.com/apache/skywalking/assets/88525998/164063a0-893a-4737-a7e5-97526ee5cafa)
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to