Browse Source

fix code

master
Brett Langdon 7 years ago
parent
commit
f2d8714935
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dash-apm-python/step_4.md

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

@ -12,7 +12,7 @@ def add_customer_id():
# Get the current root span (the `flask.request` span)
span = tracer.current_root_span()
span.set_tag(customer_id', customer_id)
span.set_tag('customer_id', customer_id)
```{{copy}}
`restart-services`{{execute interrupt}}


Loading…
Cancel
Save