Slackbot
12/01/2022, 11:06 AMPranay
Kasim Ali
12/01/2022, 11:47 AMPranay
Kasim Ali
12/01/2022, 11:48 AMPranay
Kasim Ali
12/01/2022, 12:02 PMotel-collector:
container_name: ######
image: signoz/signoz-otel-collector:0.63.0
command: [ "--config=/etc/otel-collector-config.yaml" ]
ports:
- "4317:4317" # OTLP gRPC receiver
- "4318:4318" # OTLP HTTP receiver
- "2255:2255"
volumes:
- ./commons/opentelemetry/otel-collector-config.yaml:/etc/otel-collector-config.yaml
environment:
- OTEL_RESOURCE_ATTRIBUTES=host.name=signoz-host,os.type=linux
restart: on-failure
depends_on:
clickhouse:
condition: service_healthy
networks:
- backend
Kasim Ali
12/01/2022, 12:58 PMnitya-signoz
12/01/2022, 1:24 PM/var/lib/docker/containers/
folder and check if it is getting written to file properly. The file will be <container_id>/<container_id>.log
which will be present inside the above folder.Kasim Ali
12/01/2022, 1:32 PM