Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[DRAFT] feat: client side metrics handlers#1189

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
daniel-sanche wants to merge41 commits intocsm_2_instrumentation
base:csm_2_instrumentation
Choose a base branch
Loading
fromcsm_3_handlers

Conversation

@daniel-sanche
Copy link
Contributor

@daniel-sanchedaniel-sanche commentedAug 11, 2025
edited
Loading

This PR builds off of#1187 to add handlers to the client-side metrics system, which can subscribe to the metrics stream, and export the results into different collection systems

TODO:


We add three handlers to the system:

  • GoogleCloudMetricsHandler: sends metrics to a private OpenTelemetry meter, and then periodically exports them to GCP. Built on top ofOpenTelemetryMetricsHandler
  • OpenTelemetryMetricsHandler: sends metrics to the root MeterProvider, so the user can access the exported metrics for their own systems. This will be off by default, but can be added alongsideGoogleCloudMetricsHandler if needed
  • _StdoutMetricsHandler: can print metrics to stdout as they arrive. Mostly for debugging (we can remove this if you don't think it's useful)

@product-auto-labelproduct-auto-labelbot added size: lPull request size is large. api: bigtableIssues related to the googleapis/python-bigtable API. labelsAug 11, 2025
@product-auto-labelproduct-auto-labelbot added size: xlPull request size is extra large. and removed size: lPull request size is large. labelsOct 1, 2025
@daniel-sanchedaniel-sanche changed the base branch fromcsm_1_data_model tocsm_2_instrumentationOctober 1, 2025 04:21
@product-auto-labelproduct-auto-labelbot added size: lPull request size is large. and removed size: xlPull request size is extra large. labelsOct 2, 2025
@product-auto-labelproduct-auto-labelbot added size: xlPull request size is extra large. and removed size: lPull request size is large. labelsOct 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.size: xlPull request size is extra large.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@daniel-sanche

[8]ページ先頭

©2009-2025 Movatter.jp