- Notifications
You must be signed in to change notification settings - Fork 39
deps: update dependency com.google.cloud.opentelemetry:exporter-trace to v0.36.0 #1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-bot wants to merge 1 commit into googleapis:main Choose a base branch from renovate-bot:renovate/com.google.cloud.opentelemetry-exporter-trace-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Contributor
| /gcbrun |
diegomarquezp previously approved these changes Jun 11, 2024
Contributor
| /gcbrun |
137ca12 to c4d1954 Compare Contributor
| /gcbrun |
Member
| /gcbrun |
c4d1954 to cb08e4e Compare Contributor
| /gcbrun |
6c2ef4c to 5322fcb Compare Contributor
| /gcbrun |
5322fcb to 648650b Compare Contributor
| /gcbrun |
648650b to f9f529d Compare Contributor
| /gcbrun |
f9f529d to bb1c6ce Compare Contributor
| /gcbrun |
bb1c6ce to 8e1005d Compare Contributor
| /gcbrun |
8e1005d to b383447 Compare Contributor
| /gcbrun |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. size: xs Pull request size is extra small.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.0->0.36.0Release Notes
GoogleCloudPlatform/opentelemetry-operations-java (com.google.cloud.opentelemetry:exporter-trace)
v0.36.0Compare Source
Release Highlights
This release is primarily done to test the new release process for this repository. There are no new feature updates or fixes in this release compared to the previous version.
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.35.0...v0.36.0
v0.35.0Compare Source
Release Highlights
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.34.0...v0.35.0
v0.34.0Compare Source
Release Highlights
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.33.0...v0.34.0
v0.33.0Compare Source
Release Highlights
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.32.0...v0.33.0
v0.32.0Compare Source
Release Highlights
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.31.0...v0.32.0
v0.31.0Compare Source
Release Highlights
MetricServiceSettingsobject to configure the underlying service client used to interact with Cloud Monitoring API.What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.30.0...v0.31.0
v0.30.0Compare Source
Release Highlights
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.29.0...v0.30.0
v0.29.0Compare Source
Release Highlights
k8s_*monitored resource (#340 , #342)What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.28.0...v0.29.0
v0.28.0Compare Source
Release Highlights
CreateServiceTimeseriesin metrics exporter in #318.What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.27.0...v0.28.0
v0.27.0Compare Source
Changes Highlights
detector-resources-supportanddetector-resourcesmodule. This enables #266.What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.26.0...v0.27.0
v0.26.0Compare Source
Changes Highlights
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.25.2...v0.26.0
v0.25.2Compare Source
Changes Highlights
Complete Release Notes - What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.25.1...v0.25.2
v0.25.1Compare Source
What's Changed
Details
The broken POM change for exporter-auto in v0.25.0 has been fixed now.
v0.25.0: Release 0.25.0Compare Source
Changes Highlights
workload.googleapis.comis used (#159).Important - Broken Dependencies
exporter-autohas a broken POM, which will cause issues in a Maven project. Use the shaded variant instead.Complete Release Notes - What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.24.0...v0.25.0
v0.24.0: Release 0.24.0Compare Source
Dependency version updates, updated resource detection and prefix option for metrics exporter.
With this release, minimum supported Java version has been upgraded to Java 11.
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.23.0...v0.24.0
v0.23.0: Release 0.23.0Compare Source
Metrics Exporter is no longer alpha! This comes with two breaking changes to the metric exporter.
Changes
endpointto be specified instead of stub.endpointto be specified instread of stub.v0.22.0: Release 0.22.0Compare Source
Fixes maven dependency issues from 0.21.0
-alphaversion.v0.21.0: Release 0.21.0Compare Source
This release provides a preview of the stable metric-exporer for Java, additionally releasing alpha-versions of important OTEL components individually consumable.
GCP Propagators
This release includes a new maven artifact:
com.google.cloud.opentelemetry:propagators-gcp. This provides hooks to leverage theX-Cloud-Trace-Contextpropagation header used by Google Cloud load balancers. See the readme for details.GCP Resource Detection
This release includes a new maven artifact:
com.google.cloud.opentelemetry:detector-resources. This provides hooks to detect GCP related resource attributes, e.g.cloud.platform.See the readme for details.
Tracing Exporter Changes
This release includes some (possibly breaking) trace exporter changes. Specifically, the exporter will now include more attributes in spans by default, including instrumentation scope, resource and others.
v0.20.0: Release 0.20.0Compare Source
v0.19.0: Release 0.19.0Compare Source
v0.18.1Compare Source
Fixes
.in the nameFeatures
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-java@v0.17.0...v0.18.1
v0.18.0Compare Source
v0.17.0: 0.17.0Compare Source
Changes
v0.16.1Compare Source
v0.16.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.