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

add exporter retry configuration #97

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 14, 2024

  1. add exporter retry configuration

    https://opentelemetry.io/docs/specs/otlp/#otlphttp-throttling and https://opentelemetry.io/docs/specs/otlp/#otlpgrpc-throttling describe how a client SHOULD implement an exponential backoff strategy (with jitter) in case of retryable export failures.
    The inputs to this strategy are usually the initial delay, and max attempts.
    brettmc committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8efbbf2 View commit details
    Browse the repository at this point in the history
  2. update changelog

    brettmc committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9b5da6e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    1c35fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba14262 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    3cb4d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e7bb4 View commit details
    Browse the repository at this point in the history
  3. change enabled to disabled

    brettmc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c1ec4f3 View commit details
    Browse the repository at this point in the history