Hi There, i need support to instrument docker swar...
# support
a
Hi There, i need support to instrument docker swarm and it's application. i have created one service inside docker swarm service.yml version: '3.8' services: otel-collector: image: otel/opentelemetry-collector:latest ports: - "4317:4317" # OTLP gRPC - "4318:4318" # OTLP HTTP volumes: - /var/run/docker.sock:/var/run/docker.sock - ./otel-config.yaml:/etc/otel/config.yaml deploy: mode: global # Run on all nodes networks: - monitoring networks: monitoring: driver: overlay otel-config.yaml receivers: otlp: protocols: grpc: http: docker_stats: collection_interval: 10s containerd_socket_path: "/var/run/docker.sock" exporters: otlp: endpoint: "<http://10.40.137.224:31950%7C&lt;&gt;endpoint>" tls: insecure: true service: pipelines: metrics: receivers: [docker_stats] exporters: [otlp] logs: receivers: [otlp] exporters: [otlp] can't see any data in signoz dashboard, i don't know where i'm doing wrong, please help
n
Hey @Aditya Verma which endpoint are you using ?
a
signoz in k8s, in endpoint using signoz-otel-collector