Tag: Tracing

OpenTelemetry: How to Observe a Dockerized Python Service in Google Cloud

Over the last couple of years, OpenTelemetry became the de-facto instrumentation standard for collecting and observing distributed service trace information. OpenTelemetry allows users to add standardized instrumentation code within their applications with the purpose of observing traces, metrics, logs and events independent of service implementation technologies and across all the major cloud vendors. Within this […]