census-ecosystem / opencensus-experiments

Apache License 2.0
15 stars 11 forks source link

Export to OC agent in python services #116

Closed c24t closed 5 years ago

c24t commented 5 years ago

This diff replaces the logging exporter in each service with the agent exporter, and replaces the gcloud format propagator in the flask service with a W3C tracecontext propagator.

This is largely untested except to check that the right exporter/propagator is being set. We may have to configure the exporter for the agent used in the interop test.