Aternity / Tech-Community

Scripts, Cookbooks and howtos to help the Riverbed Tech Community integrating APM
https://www.riverbed.com/products/unified-observability
MIT License
7 stars 5 forks source link

Update docker-compose.yaml #69

Closed s0nagent006 closed 1 year ago

s0nagent006 commented 1 year ago

Changed instrumentation example filename from server_uninstrumented.py to server_automatic.py as per open-telemetry/opentelemetry-python repository.

Refer to their pull request #3206 in https://github.com/open-telemetry/opentelemetry-python/pull/3206/commits/8ebf9974e3f1bd53759f4930e3a785107f6a94d4

gwenblum commented 1 year ago

It seems the automatic instrumentation with the example "server_automatic.py" does not generate any trace anymore, while other examples like "server_programmatic.py" work well.

For this cookbook 103, for now we can merge with server_automatic.py and track the issue. I also noticed some other things need update (apm collector version, replace deprecated otlp_proto_http to use otlp, ...)