Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry setup #182

Merged
merged 7 commits into from
Mar 20, 2024
Merged

Telemetry setup #182

merged 7 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1b4dd5c View commit details
    Browse the repository at this point in the history
  2. Opentelemetry configuration

    Initialise opentelemetry in the gunicorn post_fork hook for prod.
    Includes an `OTEL_CONSOLE` env variable that can be used to
    send traces to the console in local dev environments.
    rebkwok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    465fa00 View commit details
    Browse the repository at this point in the history
  3. Add tracing for tests

    rebkwok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6c678a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f202ce View commit details
    Browse the repository at this point in the history
  5. Default OTEL_SERVICE_NAME and root Resource

    Include base metadata on a root Resource, including backend.
    rebkwok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    da79817 View commit details
    Browse the repository at this point in the history
  6. Rename tracer

    rebkwok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2d2a8b1 View commit details
    Browse the repository at this point in the history
  7. Add tests for tracing

    Also moves tracing.py into a services/ directory, and adds it to
    the coverage paths.
    rebkwok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e240d36 View commit details
    Browse the repository at this point in the history