PacktPublishing / Cloud-Native-Observability

Cloud Native Observability with OpenTelemetry, Published by Packt
https://www.packtpub.com/product/cloud-native-observability-with-opentelemetry/9781801077705
MIT License
96 stars 48 forks source link

troubleshooting chapter08 with opentelemetry-sdk 1.12.0 and opentelemetry-exporter-otlp 1.12.0 #20

Closed emilyashley closed 2 years ago

emilyashley commented 2 years ago

Hello 👋 just adding a friendly note here that if you're also running the book examples with the latest OTel libraries (1.12.0 as opposed to 1.9.0 in the book) you may need to make some quick changes

in common.py change:

in grocery_store.py, also change references of OTLPHandler to LoggingHandler

dgoscn commented 2 years ago

Thanks @emilyashley

nithikpackt commented 2 years ago

Thank you @emilyashley .Closing the issue.