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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: GoogleCloudPlatform/opentelemetry-operations-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 11 commits
  • 33 files changed
  • 4 contributors

Commits on Aug 27, 2024

  1. Release 1.7.0 (Part 2/2) bump version to 1.8.0.dev0

    - Update version.py files to dev version
    aabmass committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    db5f967 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add integration test for instrumentation quickstart (#356)

    * Add integration test for instrumentation quickstart
    
    * Update samples/instrumentation-quickstart/docker-compose.cloudbuild.yaml
    
    Co-authored-by: David Ashpole <[email protected]>
    
    ---------
    
    Co-authored-by: David Ashpole <[email protected]>
    aabmass and dashpole authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5aad621 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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

Commits on Dec 9, 2024

  1. Use a shorter timeout for the metadata endpoint (#362)

    * Use a shorter read timeout for the metadata endpoint
    
    Use a shorter timeout of 2 seconds instead of the read of 5 seconds to
    avoid blocking too much if the metadata server is not available.
    
    This makes the code behave more similar to the go one:
    https://github.com/googleapis/google-cloud-go/blob/main/compute/metadata/metadata.go#L65
    
    * Add changelog
    xrmx authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    5985b57 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Update instrumentation sample to use exponential histograms (#364)

    * update collector to the latest release
    
    * update sample dependencies, which adds http route to http metrics
    
    * switch to exponential histograms
    
    * expose prometheus exporter for test
    dashpole authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    5c27c04 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Bump golang.org/x/crypto (#365)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.31.0.
    - [Commits](golang/crypto@v0.26.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    61eecd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495e4c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Fix creation of resources in _detector (#366)

    * Fix creation of resources in _detector
    
    We should create a Resource instance and not use Resource.create because
    if we set OTEL_EXPERIMENTAL_RESOURCE_DETECTORS we will go into an
    infinite loop trying to load and instantiate all the resources
    detectors.
    
    Fix #363
    
    * Update snapshots
    xrmx authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    d7fe99e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    490319e View commit details
    Browse the repository at this point in the history
  2. Release 1.8.0 (Part 1/2) release commit

    - Update version.py files
    - Marked releases in changelogs
    aabmass committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    b4d38ed View commit details
    Browse the repository at this point in the history
Loading