Integrating with Third-Party Observability Platforms
Was this section helpful?
OpenTelemetry Documentation, OpenTelemetry Authors, 2024 - The authoritative source for understanding OpenTelemetry principles, APIs, SDKs, and exporters for traces, metrics, and logs across various programming languages, including Python.
Observability Engineering: Achieving Production Excellence, Charity Majors, Liz Fong-Jones, and George Miranda, 2022 (O'Reilly Media) - A comprehensive guide to building and maintaining observable systems, covering logs, metrics, and traces, and the engineering practices required for modern distributed applications.
Prometheus Documentation, Prometheus Authors, 2024 (Cloud Native Computing Foundation) - The official documentation for the Prometheus monitoring system, detailing how to instrument applications, expose metrics, and configure Prometheus for scraping and alerting.
Logging HOWTO, Vinay Sajip, 2024 - Python's official guide to its standard logging module, for understanding how to configure loggers, handlers, formatters, and filters for effective application logging.