You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instrument the sample application using CWOperator. (#44)
This PR Instrument the sample application using CWOperator by setting up
following:
1. annotation: instrumentation.opentelemetry.io/inject-python: "true"
2. run the server with `--noreload`
3. Add `DJANGO_SETTINGS_MODULE` env variable.
4. Add `PYTHONPATH` env variable, this is required as CWOperator
instrumentation when application is mount in a specific directory
instead of root.
5. Add `OTEL_TRACES_SAMPLER`, this will be removed when Xray remote
sampler is ready.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
0 commit comments