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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: GoogleCloudPlatform/opentelemetry-operations-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 5 commits
  • 34 files changed
  • 1 contributor

Commits on Dec 4, 2023

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

Commits on Jan 4, 2024

  1. Fixed spotless config for copyright year (#279)

    * Fixed spotless config for copyright year
    
    * ignore license header files from header lint check
    psx95 authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    de1d4b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add new module for resource-detector support library (#276)

    * Add new module for resource-detector support library
    
    * Rname GCPResource -> GCPResourceProvider
    
    * Extract GCPMetadataConfig into support library
    
    * Refactor platform detection from resource provider
    
    * Refactor platform detection to enhance testing
    
    * make EnvironmentVariables package-private
    
    * Add license headers to the newly added files
    
    * Fix spotless style findings
    
    * Remove CloudLocationUtil class
    
    * change attribute map to hold string instead of optional values
    
    * add tests to verify resource attributes mapping
    
    * add javadoc to public classes
    
    * add unit test for ServiceLoader discoverability
    
    * Remove no-args constructor for simplified testing
    
    * Update gradle files to support junit5 testing
    
    * Add missing attribute in GKE mapping
    
    * Add tests for resources-support library
    
    * Update copyright year in GoogleCloudRun.java
    
    * Add missing newline
    
    * Update resource-detector tests to JUnit5
    
    * Remove non-GCP attributes from GKE detection
    
    * Add missing attributes in detected GCE environment
    
    * Update tests for GAE
    
    * Add CLOUD_ACCOUNT_ID to all supported platforms
    
    * Rename support package: detectors -> detection
    
    Support library was using the same package as the detectors library.
    This rename would avoid potential conflicts and import issues.
    
    * Undo breaking changes
    
    These breaking chnages can be directly introduced when we contribute the
    resource detector upstream. This commit adds classes back and marks them
    deprecated to indicate to the users not to depend on them.
    psx95 authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    60dfec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    29c1418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f3164 View commit details
    Browse the repository at this point in the history
Loading