Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanhood/python-wsgi-ddtrace
https://github.com/seanhood/python-wsgi-ddtrace
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seanhood/python-wsgi-ddtrace
- Owner: SeanHood
- Created: 2024-05-03T11:43:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:39:31.000Z (8 months ago)
- Last Synced: 2024-10-28T03:10:22.171Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-wsgi-ddtrace
Simple sample of using DataDog's `ddtrace` with a Flask App behind httpd with mod_wsgi because an example isn't in the docs.
```
docker compose up
curl localhost:8080
```Lots of log output since `DD_TRACE_DEBUG=true`, you'll see the sample spans sent to `ddagent`