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

[CURATOR-695] Open Telemetry tracing #494

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Commits on Dec 11, 2023

  1. Open Telemetry tracing

    This changes adds an Open Telemetry tracing driver. To make this more effective, it also decomposes OperationTrace events so that the start and end of the event can be managed separately.
    teabot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ed67ad6 View commit details
    Browse the repository at this point in the history
  2. Open Telemetry tracing

    This changes adds an Open Telemetry tracing driver. To make this more effective, it also decomposes OperationTrace events so that the start and end of the event can be managed separately.
    teabot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e83197f View commit details
    Browse the repository at this point in the history
  3. Adjust indent

    teabot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6081622 View commit details
    Browse the repository at this point in the history
  4. Fix version

    teabot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    be1a37e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Correct gitignore

    teabot committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea04dc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. CURATOR-262. Fix sleepMs overflow (apache#490)

    Co-authored-by: shenjianeng <sjn@dxy.cn>
    shenjianeng and shenjianeng committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    111f3a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. CURATOR-697. Upgrade Apache Parent POM to 31 (apache#495)

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    74ff333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4210bd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1fc4e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Open Telemetry tracing

    This changes adds an Open Telemetry tracing driver. To make this more effective, it also decomposes OperationTrace events so that the start and end of the event can be managed separately.
    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a18755a View commit details
    Browse the repository at this point in the history
  2. Fix version

    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ade9b7a View commit details
    Browse the repository at this point in the history
  3. Correct gitignore

    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    146aba0 View commit details
    Browse the repository at this point in the history
  4. Remove unused files

    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    761a794 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'CURATOR-695' of github.com:teabot/curator into CURATOR-695

    # Conflicts:
    #	curator-client/src/main/java/org/apache/curator/drivers/OperationTrace.java
    #	curator-drivers/open-telemetry/pom.xml
    #	curator-drivers/open-telemetry/src/main/java/org/apache/curator/drivers/opentelemetry/OpenTelemetryTracingDriver.java
    #	curator-drivers/pom.xml
    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2c2ef4c View commit details
    Browse the repository at this point in the history
  6. Remove unused files

    teabot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1a8227d View commit details
    Browse the repository at this point in the history