1 Answer
- Newest
- Most votes
- Most comments
2
Hi Paulo In the program language you need to modifying the dashboard, you can use the setWidgetMetricFormat API call.In the JSON used to define the widget, specify the format of the metric to include the "%" symbol.
"metrics": [ [ "AWS/RDS", "FreeableMemory", "DBInstanceIdentifier", "your-instance", { "id": "m1" } ], [ { "expression": "m1 / 8e+9 * 100", "label": "Memory Used (%)", "id": "e1", "unit": "Percent" } ] ],
Relevant content
asked 2 years ago
asked 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
