Skip to content

Conversation

@mutianf
Copy link
Contributor

@mutianf mutianf commented Jan 6, 2026

Batch metrics are defined with BigtableClient schema, so it needs to be part of the internal views instead of public views.

@mutianf mutianf requested review from a team as code owners January 6, 2026 02:39
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/java-bigtable API. labels Jan 6, 2026
kongweihan
kongweihan previously approved these changes Jan 6, 2026

for (Map.Entry<InstrumentSelector, View> entry :
BuiltinMetricsConstants.getAllViews().entrySet()) {
meterProvider.registerView(entry.getKey(), entry.getValue());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't comment on code outside of this area?..

This getAllViews() function- should it be named something like getExternalViews()?

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: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants