Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/opentelemetry-operations-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b3bdb19
Choose a base ref
...
head repository: GoogleCloudPlatform/opentelemetry-operations-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19c4db6
Choose a head ref
  • 5 commits
  • 100 files changed
  • 5 contributors

Commits on Feb 10, 2025

  1. Update example.go documentation (#1013)

    ProbabilitySampler was renamed to TraceIDRatioBased
    
    Signed-off-by: Pranav Sharma <[email protected]>
    psx95 authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9a7fc19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faf11b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Update go.opentelemetry.io/collector (#1019)

    * Update go.opentelemetry.io/collector
    
    * make fixtures
    
    * remove oudated opentelemetry dependency pinning scripts
    
    * drop support for 1.22 and add support for 1.24
    
    * update go version in tools
    
    ---------
    
    Co-authored-by: Mend Renovate <[email protected]>
    dashpole and renovate-bot authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    560e9d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. collector: use buildinfo to make user agent (#1022)

    * collector: use buildinfo to make user agent
    
    This PR adjusts the `NewGoogleCloud*Exporter` functions to take a
    `component.BuildInfo`, and to format that build info into the UserAgent
    instead of defaulting to `opentelemetry-collector-contrib`.
    
    * use exporter settings in exporter creation functions
    
    * move testBuildInfo into local
    
    * format runtime info into unit test agent string
    
    * add missing license header
    
    * do not include runtime info in sdk metric test useragent
    
    * update protobuf, fix golangci deprecation
    braydonk authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    90c5cf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

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