-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/opentelemetry-operations-java
base: v0.28.0
head repository: GoogleCloudPlatform/opentelemetry-operations-java
compare: v0.29.0
- 12 commits
- 31 files changed
- 4 contributors
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91ce992 - Browse repository at this point
Copy the full SHA 91ce992View commit details
Commits on Apr 12, 2024
-
Add auth support for gRPC (#323)
* Add auth support for gRPC * Add comment on static headers * Update examples/otlptrace/src/main/java/com/google/cloud/opentelemetry/example/otlptrace/OTLPTraceExample.java Co-authored-by: David Ashpole <[email protected]> --------- Co-authored-by: David Ashpole <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 396b54e - Browse repository at this point
Copy the full SHA 396b54eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 008cf95 - Browse repository at this point
Copy the full SHA 008cf95View commit details -
Add otlp with spring boot sample (#327)
* Add initial setup files for new example * Add functioning spring boot application * add additional mappings to enhance sample * Add spring boot application properties * Update spring application to generate traces * Run application in GKE * Fix bug in credential refresh * Add client application to test credential refresh * Add readme for sample * Add missing EOF lines * Readme style update
Configuration menu - View commit details
-
Copy full SHA for 97a8f20 - Browse repository at this point
Copy the full SHA 97a8f20View commit details
Commits on Apr 18, 2024
-
Change OTel quickstart to use log4j2 instead of logback (#330)
* Change OTel quickstart to use log4j2 instead of logback Log4j2's `JsonTemplateLayout` supports most of the Cloud Logging special JSON keys directly through the [`GcpLayout` event template](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html#event-templates). I still needed to map the OTel MDC keys for trace correlation, but am planning to contribute [this upstream](https://github.com/apache/logging-log4j2/blob/rel/2.17.2/log4j-layout-template-json/src/main/resources/GcpLayout.json). One outstanding issue is converting the `trace_flags` hex value to a boolean, but it doesn't break Cloud Console if `logging.googleapis.com/trace_sampled` key is unset/false. See apache/logging-log4j2#2482. * undo one collector config change, add issue ID to TODO
Configuration menu - View commit details
-
Copy full SHA for aa1d23c - Browse repository at this point
Copy the full SHA aa1d23cView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d822ae8 - Browse repository at this point
Copy the full SHA d822ae8View commit details
Commits on Apr 29, 2024
-
Update JVM flag otel.java.experimental.extension (#338)
otel.java.experimental.extesion JVM Flag was updated to otel.java.extension since Release v1.30.0
Configuration menu - View commit details
-
Copy full SHA for da9f225 - Browse repository at this point
Copy the full SHA da9f225View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d08c205 - Browse repository at this point
Copy the full SHA d08c205View commit details
Commits on May 10, 2024
-
Fix #258 enable mapping when not gcp kubernetes (#340)
* Fix #258 enable mapping when not gcp kubernetes * fix code style * added comment for posterity * Added label's mappings each mr_type * Update to JUnit5 and refactor with ParameterizedTest * Update code style for test * Fix code style --------- Co-authored-by: Pranav Sharma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77ac82a - Browse repository at this point
Copy the full SHA 77ac82aView commit details
Commits on May 15, 2024
-
Fix resource mapping for null platform values (#342)
* Fix handling of null platform values according to spec. * Use appropriate cloud provider values in tests * Adds missing test cases * Fixed the order about test cases & added comments
Configuration menu - View commit details
-
Copy full SHA for 78c5cd4 - Browse repository at this point
Copy the full SHA 78c5cd4View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13696be - Browse repository at this point
Copy the full SHA 13696beView commit details
Commits on May 23, 2024
-
Add support for custom MR mappings (#346)
* Add support for custom MR mappings * Add missing Javadoc for MonitoredResourceMapping * Add unit tests for custom MR mappings * Update platform metric mapping logic and rename MonitoredResourceDescription * fix values in unit test * Add unit test for no labels * refactor: convert to unmodifieable set in constructor * Add unit test for empty resource attributes * remove redundant reference to this * update formatting; add missing Javadoc * Add warning message for MR type mismatch * Update label name in test to avoid confusion * rename DEFAULT_MONITORED_RESOURCE_DESCRIPTION -> EMPTY_MONITORED_RESOURCE_DESCRIPTION * Set MR labels only if found
Configuration menu - View commit details
-
Copy full SHA for b0caafd - Browse repository at this point
Copy the full SHA b0caafdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.28.0...v0.29.0