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

trace: Add Span.AddLink method #5032

Merged
merged 17 commits into from
Mar 28, 2024
Merged

trace: Add Span.AddLink method #5032

merged 17 commits into from
Mar 28, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    dc24e10 View commit details
    Browse the repository at this point in the history
  2. Run pre-commit.

    q-cheng committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    47680dc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. dependabot updates Sun Mar 10 09:28:42 UTC 2024 (open-telemetry#5047)

    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /exporters/otlp/otlpmetric/otlpmetricgrpc
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/otlp/otlpmetric/otlpmetricgrpc
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/prometheus
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /exporters/otlp/otlptrace/otlptracegrpc
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/otlp/otlptrace/otlptracegrpc
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /bridge/opentracing/test
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/otlp/otlptrace/otlptracehttp
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /exporters/otlp/otlptrace/otlptracehttp
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/otlp/otlptrace
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /exporters/otlp/otlpmetric/otlpmetrichttp
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /exporters/otlp/otlpmetric/otlpmetrichttp
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 in /example/otel-collector
    build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 in /sdk
    build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /internal/tools
    opentelemetrybot authored and q-cheng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b1e9956 View commit details
    Browse the repository at this point in the history
  2. Deprecate Sortable (open-telemetry#4734)

    * Deprecate Sortable
    
    * Remove redundant checks
    
    * Move code to a non-deprecated func
    
    * Apply suggestions from code review
    
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    
    * Mention individual deprecated function
    
    * Update attribute/set.go
    
    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    
    * Add BenchmarkNewSet
    
    ---------
    
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    3 people authored and q-cheng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    81bbab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6beff90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfcb03d View commit details
    Browse the repository at this point in the history
  5. chore: remove repetitive words (open-telemetry#5048)

    Signed-off-by: tgolang <seekseat@aliyun.com>
    tgolang authored and q-cheng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    277b2f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daf7fc0 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md.

    q-cheng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d385b6e View commit details
    Browse the repository at this point in the history
  8. Fix CHANGELOG linter.

    q-cheng committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9b2f39a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5de8738 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    484648b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    55fc6fb View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    q-cheng and pellared committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c1e595b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0364c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    8e429fd View commit details
    Browse the repository at this point in the history