Skip to content
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

docs: add a section for using metrics to the latency_debugging_guide #1855

Open
olavloite opened this issue Dec 12, 2024 · 0 comments
Open
Assignees
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. documentation Improvements or additions to documentation

Comments

@olavloite
Copy link
Collaborator

The current latency_debugging_guide only contains information about tracing. The OpenTelemetry integration however also includes metrics, and while these are not directly useful for investigating the latency of a single statement, they are useful for monitoring the overall health of the system.
The lack of this documentation also means that it is easy for users to miss the requirement to call SpannerOptions.enableOpenTelemetryMetrics() in order to use metrics with JDBC.

@olavloite olavloite added the documentation Improvements or additions to documentation label Dec 12, 2024
@olavloite olavloite self-assigned this Dec 12, 2024
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant