sql: add schema_name to index usage stat telemetry, add descriptions to proto fields#87504
Conversation
This commit adds descriptions to the index usage telemetry proto fields. Fixes cockroachdb#85855. Release justification: non-production code changes Release note: None
This commit adds the schema name to the index usage statistics telemetry. Fixes cockroachdb#85932. Release justification: low risk, high benefit changes to existing functionality Release note (sql change): Added the schema name to index usage statistics telemetry.
maryliag
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @ericharmeling)
|
TFTR! |
|
bors r+ |
|
Build succeeded: |
|
@ericharmeling can you backport this to 22.1? |
|
blathers backport 22.2 |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from b224354 to blathers/backport-release-22.2-87504: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 22.2 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
|
blathers backport 22.1 |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from b224354 to blathers/backport-release-22.1-87504: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 22.1 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
The first commit in this PR adds descriptions to the index usage telemetry
proto fields.
Fixes #85855.
Release justification: non-production code changes
Release note: None
The second commit in this PR adds the schema name to the index usage statistics
telemetry.
Fixes #85932.
Release justification: low risk, high benefit changes to existing functionality
Release note (sql change): Added the schema name to index usage statistics
telemetry.