Closed dashpole closed 6 months ago
I noticed we have some examples in docs/examples, and another example in /samples. Should we consolidate?
The docs under docs/examples are for https://google-cloud-opentelemetry.readthedocs.io/en/latest/. Let just leave it in /samples for now
I'm going to switch to manual instrumentation
I think this is ready for review. The app builds and runs successfully, but it does not include any instrumentation. I'll do that as follow-ups
@aabmass any recommendation on testing this as part of CI? Should I use cloud build similar to the java quickstart?
This is mostly boilerplate to make future PRs smaller.
The following are taken from https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/309:
samples/instrumentation-quickstart/Dockerfile
samples/instrumentation-quickstart/app.py
The following are minimally adapted from the java quickstart:
The quickstart runs and serves requests, but does not currently include any instrumentation. The logs are also not in the correct format.
I noticed we have some examples in docs/examples, and another example in /samples. Should we consolidate?