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 OpenTelemetry to Rust benchmark runner #75

Merged
merged 7 commits into from
Sep 25, 2024
Merged

Add OpenTelemetry to Rust benchmark runner #75

merged 7 commits into from
Sep 25, 2024

Commits on Sep 23, 2024

  1. OpenTelemetry: exports spans via OTLP/gRPC

    Using older version of tracing_openetelemetry (v0.24.0 and its dependencies), because the latest version seems to be broken (its otlp example doesn't export data correctly)
    graebm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    94f608d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

    graebm committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    01474db View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    440fcfb View commit details
    Browse the repository at this point in the history
  2. remove unused dependencies

    graebm committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ffdf522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    384349a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d9f732 View commit details
    Browse the repository at this point in the history