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

Add tagging support on database operations such as reads, queries and transactions. #253

Closed
vi3k6i5 opened this issue Mar 5, 2021 · 0 comments · Fixed by #276
Closed
Assignees
Labels
api: spanner Issues related to the googleapis/python-spanner API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@vi3k6i5
Copy link
Contributor

vi3k6i5 commented Mar 5, 2021

Description:
Java client library is adding support for tagging googleapis/java-spanner#576
Similarly python client can also add support to enable users to set tags on database operations such as reads, queries and transactions.

Background
The statistics of queries, reads and transactions in Cloud Spanner are stored. Providing tags for database operations will allow these statistics to be grouped by a tag and makes queries/transactions easily searchable by tag. This will help make the information provided by the statistics more useful.

@vi3k6i5 vi3k6i5 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Mar 5, 2021
@vi3k6i5 vi3k6i5 self-assigned this Mar 5, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Mar 5, 2021
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/python-spanner API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant