Browse Source

update steps

master
Brett Langdon 7 years ago
parent
commit
8995140171
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
5 changed files with 7 additions and 28 deletions
  1. +5
    -1
      dash-apm-python/index.json
  2. +0
    -0
      dash-apm-python/step_10.md
  3. +1
    -1
      dash-apm-python/step_3.md
  4. +1
    -1
      dash-apm-python/step_4.md
  5. +0
    -25
      dash-apm-python/step_9.md

+ 5
- 1
dash-apm-python/index.json View File

@ -36,8 +36,12 @@
"text": "step_8.md"
},
{
"title": "Enable process agent",
"title": "Enabling monitors",
"text": "step_9.md"
},
{
"title": "Setup custom dashboard",
"text": "step_10.md"
}
],
"intro": {


+ 0
- 0
dash-apm-python/step_10.md View File


+ 1
- 1
dash-apm-python/step_3.md View File

@ -10,7 +10,7 @@ frontend:
environment:
- DATADOG_SERVICE_NAME=frontend
- DATADOG_TRACE_AGENT_HOSTNAME=agent
- DD_ANALYTICS_ENABLED=true
- DD_TRACE_ANALYTICS_ENABLED=true
```
Afterwards restart docker services:


+ 1
- 1
dash-apm-python/step_4.md View File

@ -19,4 +19,4 @@ Restart services `docker-compose up`{{execute interrupt}}
Finally, open the service page for `frontend` to view the new metadata on traces.
https://app.datadoghq.com/apm/service/frontend/flask.request
https://app.datadoghq.com/apm/service/frontend

+ 0
- 25
dash-apm-python/step_9.md View File

@ -1,25 +0,0 @@
To enable the Datadog process agent add the following environment variable
to the `agent` service.
`DD_PROCESS_AGENT_ENABLED=true`{{copy}}.
Our service should look like:
```yaml
agent:
environment:
- DD_API_KEY
- DD_APM_ENABLED=true
- DD_TAGS='env:apm-workshop'
- DD_LOGS_ENABLED=true
- DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL=true
- DD_PROCESS_AGENT_ENABLED=true
```
Next, restart our docker services:
`docker-compose up`{{execute interrupt}}
Finally, open the process dashboard:
https://app.datadoghq.com/process

Loading…
Cancel
Save