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

internal/telemetry: support DD_TELEMETRY_HEARTBEAT_INTERVAL #1475

Merged
merged 3 commits into from
Sep 22, 2022

Commits on Sep 21, 2022

  1. internal/telemetry: support DD_TELEMETRY_HEARTBEAT_INTERVAL

    This change decouples the heartbeat signal and flushing data to the backend, and adds support for a configurable DD_TELEMETRY_HEARTBEAT_INTERVAL environment variable.
    
    See https://github.com/DataDog/instrumentation-telemetry-api-docs/blob/main/GeneratedDocumentation/ApiDocs/v1/producing-telemetry.md#configurable-interval for more details.
    katiehockman committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7db53d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. warn if outside range

    katiehockman committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    45a3b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c901a30 View commit details
    Browse the repository at this point in the history