sql: add created_at to index usage stat telemetry#87448
sql: add created_at to index usage stat telemetry#87448craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
This commit adds a creation timestamp to the index usage statistics telemetry. Fixes cockroachdb#84458. Release justification: low-risk updates to new functionality Release note(sql change): Added a creation timestamp to index usage statistics telemetry.
61a5294 to
2f1db38
Compare
|
Thanks for the quick fix Eric! FYI @pransudash |
maryliag
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @ericharmeling)
|
bors r+ |
|
Build succeeded: |
|
@ericharmeling can you backport this to 22.1? |
|
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 2f1db38 to blathers/backport-release-22.1-87448: 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. |
This commit adds a creation timestamp to the index usage
statistics telemetry.
Fixes #84458.
Release justification: low-risk updates to new functionality
Release note(sql change): Added the creation timestamp to index usage statistics
telemetry.