Skip to content

fix: ensure that EnvInfo stays constant between metric exports#2853

Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
igorbernstein2:fix-envinfo
Mar 26, 2026
Merged

fix: ensure that EnvInfo stays constant between metric exports#2853
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
igorbernstein2:fix-envinfo

Conversation

@igorbernstein2
Copy link
Copy Markdown
Contributor

The previous metrics refactor accidentally recomputed the uuid for metrics labels for each export, causing each export to create a new stream

Change-Id: I14e7cfb691750c4017b65e09c58bf8b729e625c3

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Rollback plan is reviewed and LGTMed
  • All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

The previous metrics refactor accidentally recomputed the uuid for metrics labels for each export, causing each export to create a new stream

Change-Id: I14e7cfb691750c4017b65e09c58bf8b729e625c3
@igorbernstein2 igorbernstein2 requested review from a team as code owners March 26, 2026 18:13
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/java-bigtable API. labels Mar 26, 2026
@igorbernstein2 igorbernstein2 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 26, 2026
@gcf-merge-on-green gcf-merge-on-green bot merged commit cfc616d into googleapis:main Mar 26, 2026
25 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 26, 2026
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: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants