-
Notifications
You must be signed in to change notification settings - Fork 88
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
fix: fix batcher metric labels #1829
Merged
Merged
Conversation
This file contains 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
product-auto-label
bot
added
size: m
Pull request size is medium.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Jun 30, 2023
igorbernstein2
approved these changes
Jul 17, 2023
gcf-owl-bot bot
added a commit
that referenced
this pull request
Jul 24, 2023
…1829) * chore: update dependencies in requirements.txt to address dependabot security alerts * update dependencies within gcp/templates --------- Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@af76aa5 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f
kolea2
pushed a commit
that referenced
this pull request
Jul 24, 2023
…1829) (#1848) * chore: update dependencies in requirements.txt to address dependabot security alerts * update dependencies within gcp/templates --------- Source-Link: googleapis/synthtool@af76aa5 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
mutianf
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 28, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 28, 2023
mutianf
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jul 28, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jul 28, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 9, 2023
🤖 I have created a release *beep* *boop* --- ## [2.26.0](https://togithub.com/googleapis/java-bigtable/compare/v2.25.1...v2.26.0) (2023-08-09) ### Features * Add last_scanned_row_key feature ([#1856](https://togithub.com/googleapis/java-bigtable/issues/1856)) ([ef30dde](https://togithub.com/googleapis/java-bigtable/commit/ef30dde4bdbedb8f04feb0604d66c95309468a2e)) * Enable last_scanned_row_responses feature flag ([#1862](https://togithub.com/googleapis/java-bigtable/issues/1862)) ([c2288c9](https://togithub.com/googleapis/java-bigtable/commit/c2288c9f1f97571b7b12394a4697ebf5abfc5cfc)) * Setup 2.25.x lts branch ([#1866](https://togithub.com/googleapis/java-bigtable/issues/1866)) ([220cf4b](https://togithub.com/googleapis/java-bigtable/commit/220cf4b142adeb63802e27fb5effdb343f832563)) ### Bug Fixes * Fix batcher metric labels ([#1829](https://togithub.com/googleapis/java-bigtable/issues/1829)) ([6245c12](https://togithub.com/googleapis/java-bigtable/commit/6245c12b37d8c1398cdfd497129a6fc1ef767508)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.24.0 ([#1878](https://togithub.com/googleapis/java-bigtable/issues/1878)) ([0de458d](https://togithub.com/googleapis/java-bigtable/commit/0de458d919cdef4284da98b830c26027b9ae8941)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.14.0 ([#1873](https://togithub.com/googleapis/java-bigtable/issues/1873)) ([bb83064](https://togithub.com/googleapis/java-bigtable/commit/bb830647358e66bddc392e0cffbe7e63a7036ce6)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.24 ([#1876](https://togithub.com/googleapis/java-bigtable/issues/1876)) ([d397c33](https://togithub.com/googleapis/java-bigtable/commit/d397c337ab17d000a331bade8fca8b49f5f2355e)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 ([#1877](https://togithub.com/googleapis/java-bigtable/issues/1877)) ([1a8be60](https://togithub.com/googleapis/java-bigtable/commit/1a8be60a20498d6fa321841fa561ab7c3d9fe9a2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable API.
size: m
Pull request size is medium.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.