You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

524 B

Add the following environment variable to the frontend, node, pumps, and sensors services in docker-compose.yml.

DD_TRACE_ANALYTICS_ENABLED=true{{copy}}

Our services should look like:

frontend:
    environment:
      - DATADOG_SERVICE_NAME=frontend
      - DATADOG_TRACE_AGENT_HOSTNAME=agent
      - DD_ANALYTICS_ENABLED=true

Afterwards restart docker services:

docker-compose up{{execute interrupt}}

Finally, open trace analytics dashboard:

https://app.datadoghq.com/apm/search/analytics