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
Fix to run the Auto instrumentation example in the docs (#1435)
* Fix to run the auto-instrumentation example successfully
* reverting the changes in ConsoleSpanExporter, setup.cfg
Modifying the README.rst accordingly.
* changes to include a consolespanexporter and consolemetricsexporter as per review comments.
* Change as per review comments to replace **kwargs with service_name
* moving the service_name as the first parameter in the ConsoleSpanExporter since some py35-exporter-zipkin test were failing.
* changes to add the service_name to the exported span
* pass the service name to the exported span
fix the unit tests for the above change.
* update the setup.cfg to the correct path of ConsoleMetricsExporter
* revert the changes to add the service_name to the exported span.
Co-authored-by: Leighton Chen <[email protected]>
0 commit comments