-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Custom string suffix for metrics #16954
Comments
Found a similar issue , Is there any enhancement added for this? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Bump |
I want to display bytes (how much size an s3 prefix is using) and now it is misleading when it format it in billion or trillion like 900B or 1.5T which isn't accurate. |
+1 |
Adding custom string suffix to metrics using D3 format
Expected results
Being able to add suffixes like (GB,Mbps, dBm) using D3 format
Example: I should see xx GB when I query a particular metric
Actual results
Not able to add any string suffix in the d3 format input
Example: 826328149525 (Invalid format: 'GB')
Screenshots
Environment
superset version: 1.3
The text was updated successfully, but these errors were encountered: