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

return the query fingerprint id in hexadecimal rather than int64 #11

Open
florence-crl opened this issue Nov 18, 2022 · 0 comments
Open

Comments

@florence-crl
Copy link

discussed with @sravotto in this internal slack thread

Currently, when you pull query info using the metrics-exporter it gives the fingerprint id in int64 format. In the DB and Cloud Consoles, the Statement Details page URL also uses the fingerprint id in int64 format. So you can use the fingerprint id from the metrics-exporter to open the Statement Details page for a particular query.

If this feature request to the DB Console, Use hexadecimal Statement Fingerprint ID in the URL of the Statement Details page #91875 - is implemented. You will not be able to use the int64 fingerprint id from the metrics-exporter in the URL of the Statement Details page.

When 91875 is implemented, please modify the metrics-exporter to return the query fingerprint id in hexadecimal rather than int64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant