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.23.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.24.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 4 contributors

Commits on Jul 21, 2022

  1. Increase cloud monitoring client timeout to 12 s (#157)

    This matches the internal value in Cloud Monitoring and avoids
    DEADLINE_EXCEEDED RPC errors.
    punya authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    eeef0e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Oct 11, 2022

  1. Fixes ci test (#165)

    * Adds newline at EOF
    
    * Updates image tag to older release
    
    Image tag 'latest' points to the head of the repository which has the
    cmd folder deleted. Changing the tag to v2-alpha since it has the
    required folder.
    psx95 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a3c1c4f View commit details
    Browse the repository at this point in the history
  2. Update README (#160)

    Fixed typo for `Interval` in example code.
    AndooBomber authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1b6ad5b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Enable detect resource test (#166)

    * Update e2e test runner image to latest
    
    Updating the test runner image to latest should enable the test runner
    calling for detectResource test scenario for exporters in opentelemetry-java-ops.
    
    * Fixes failing test due to name mismatch
    
    * Replaces 'latest' tag with the exact version number
    psx95 authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    908e9a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Set user agent header (#168)

    punya authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    41d6ee1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Pr/detect cloud run (#167)

    * Adds CloudRun resource detector
    
    * Update the test runner image for cloudbuild
    
    * Fix CloudRun e2e test
    
    * Code refactor for better readability
    
    * Adds missing javadocs
    
    * Code refactor remove unused parameter
    
    * Removes debug print statements
    
    * Update Javadoc
    
    * Add resource mapping for cloud-run
    
    * Address code refatcor + style issues
    psx95 authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    075a5ec View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Upgrade Gradle from v6.x to v7.x (#171)

    Change tested against gradle 7.5.1
    psx95 authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c2b6024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4b115 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Update gradle wrapper for gradle v7 (#172)

    * Update gradle wrapper for gradle v7
    
    * Update Java version source & target compatibility
    
    * Fix gradle assemble task
    psx95 authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e494d5b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Enables test server to run in CloudFunctions (#173)

    * Enables Cloud Function resource detection
    
    * Refactor: add utility class to extract common attributes
    
    * Add build steps for cloud build trigger
    
    * Fix cloudbuild yaml file name
    
    * Update test runner image
    
    * Add missing javadoc
    
    * Removes unnecessary rethrow for exception
    psx95 authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ba11240 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Support GAE by handling readiness & liveliness checks (#175)

    GAE resource detection & automated test runs on GAE is not enabled through this PR.
    psx95 authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5be4226 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Pr/enable gae resource detection (#176)

    * Fix typo
    
    * Enable resource detection for GAE
    
    * Rename method: addCloudRegionFromMetadata to addCloudRegionFromMetadataUsingZone
    
    * Fix region detection for GAE standard
    
    * Update test runner image to v0.15.0
    psx95 authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    16e2087 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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

Commits on Nov 29, 2022

  1. Remove repo level allstar configs (#182)

    These should be added through org level configurations
    psx95 authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ba637f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Combine GCP resource detectors (#181)

    * Delete individual classes for each GCP resource type
    
    * Combine all GCP resource detectors in a single class
    
    * Add missing javadoc
    
    * Fix Cloud Function detection
    
    * Rename GCPComputeResource to GCPResource
    
    * Fix GKE cluster location detection
    
    GKE resource should either only have the zone or the region as their location.
    Updated the source from where the location attribute is extracted.
    
    * Avoid adding malformed location to attributes in GKE
    psx95 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    60cf3d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add prefix option to metrics exporter (#189)

    * add prefix option to metrics exporter
    dashpole authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c4085c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Update dependencies to remove OSS vulnerabilities (#190)

    * Update dependencies to remove OSS vulnerabilities
    
    * Re-run cloud-build
    
    * Update the test runner image to 0.16.0 (latest)
    
    * Empty commit. Re-run the build image step
    
    * Fix failing tests
    
    Failing tests are due to an update in the gRPC version
    The updated version requires the build tool (gradle, in this case) to
    merge the service files.
    For more details look at grpc/grpc-java#5493.
    
    * Add missing attribute to GAE resource detector
    
    * Fix failing unit tests
    psx95 authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d9ab659 View commit details
    Browse the repository at this point in the history
Loading