Alex

Results 9 comments of Alex

> Your configuration is not well formatted. Please correct them. And what does `SW_STORAGE: elasticsearch` mean? I think we don't need Elasticsearch when you use BanyanDB. > > And we...

Okay, i'l test it now. We use php application in docker + sw php libay for trace collecting + grafana dashboards (made from sw examples for grafana)

How to install go libaries ? Ubuntu 22.04 I do: ```` sudo apt install time nodejs npm sudo npm cache clean -f sudo npm install -g n sudo n stable...

Ok, db start success, but i have 3 troubles: 1. I lost data from my panel in grafana. Possible bug was in this place. ![image](https://github.com/apache/skywalking/assets/88525998/8608699b-d146-4331-b8a2-36d5ce7f14a6) Query to endpoint_sla{parent_service='$service', layer='$layer', top_n='15',...

Its data from skywalking php exporter, i don`t now how to collect and save it, may be export docker container with collected data ?

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

After few minutes ater start i got: 1. bdb and sw containers still woring, but traces stop collectiong. bdb logs: ![image](https://github.com/apache/skywalking/assets/88525998/98d925f8-435f-439f-afea-d1c5baaf9026) 3. I still have service_name doubles on sw graphs....

Hi! I send request to join, thank you. Here logs: [bdb.logs.tar.gz](https://github.com/apache/skywalking/files/15406843/bdb.logs.tar.gz)

Much better. 1. No doubles in service instances 2. Stable work, no errors ![image](https://github.com/apache/skywalking/assets/88525998/71a54052-4f57-4d45-9ea5-1bbf0fc3ba35) But i still have'nt data for Endpoint Success Rate in Current Service (%) ![image](https://github.com/apache/skywalking/assets/88525998/90126983-b5a1-42c0-be20-800b04ae98d0) Query top_n(endpoint_sla,10,asc)/100...