KEMBAR78
Comparing v0.25.1...v0.25.2 · GoogleCloudPlatform/opentelemetry-operations-java · GitHub
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.25.1
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.25.2
Choose a head ref
  • 7 commits
  • 13 files changed
  • 2 contributors

Commits on May 11, 2023

  1. Update instructions for releasing (#239)

    Adds some helpful instructions for common errors which a maintainer may encounter during the release process.
    psx95 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    e6af9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a108f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Enable metrics-exporter example to run as cloud run job (#249)

    * Add readme with steps to run the example
    
    * Add script to run example as Cloud Run Job
    
    * Replace GCR with Artifact Registry
    
    * Rename GOOGLE_CLOUD_RUN_JOB_REGION to GOOGLE_CLOUD_RUN_REGION
    psx95 authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    559c61c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Update copyright from "Google" -> "Google LLC" (#254)

    * Update copyright from "Google" -> "Google LLC"
    
    * update license check yaml to check for dockerfiles too
    
    * update spotless config to reformat dockerfiles
    
    * rename
    aabmass authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    db7d9c0 View commit details
    Browse the repository at this point in the history
  2. Remove MR mapping for cloud run and cloud functions (#250)

    * Support metric exporter for cloud run
    
    * Enable metrics-exporter example to run as cloud run job (#249)
    
    * Add readme with steps to run the example
    
    * Add script to run example as Cloud Run Job
    
    * Replace GCR with Artifact Registry
    
    * Rename GOOGLE_CLOUD_RUN_JOB_REGION to GOOGLE_CLOUD_RUN_REGION
    
    * Remove resource mapping for cloud-run
    
    As per the exporter spec, we do not support pushing metric to cloud-run.
    This change will cause cloud_run_revision to be treated as a
    generic_task.
    
    * Update the autoinstrument example to run in cloud-run
    
    * Remove mapping for cloud functions
    
    Cloud functions is also not writable for user-defined metrics, therefore
    removing its explicit mapping so that it defaults to generic_task.
    
    * Refactor: extract image name to a variable
    
    * Update README to streamline service invocation instructions
    
    * Update readme with instructions for command line
    psx95 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e6c6a2b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Hardcode path separator used for metric type (#253)

    Using Java Paths class to combine string leads to different
    path-separators depending on the OS of the machine code runs on. For
    metric names, only the linux path-separators are valid, so hardcoding
    this.
    psx95 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b391c4a View commit details
    Browse the repository at this point in the history
  2. Make private static fields final (#256)

    * Update to static final fields
    
    Also fixes a typo
    
    * Change logger name to fully qualified name
    psx95 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e889bb1 View commit details
    Browse the repository at this point in the history
Loading