GoogleCloudPlatform / opentelemetry-operations-python

OpenTelemetry Python exporters for Google Cloud Monitoring and Trace
https://google-cloud-opentelemetry.readthedocs.io/en/stable/
Apache License 2.0
64 stars 45 forks source link

Add metrics and traces to the OTel quickstart using flask instrumentation #327

Closed dashpole closed 6 months ago

dashpole commented 6 months ago

Adds flask and requests instrumentation, and configures the OpenTelemetry trace and metrics SDK

Screenshot 2024-05-09 at 10 10 23 PM Screenshot 2024-05-10 at 12 10 34 PM
dashpole commented 6 months ago

@aabmass duh, I was missing instrumentation for the requests client. It all works now.