Metrics
Publish custom performance metrics to your status page and display them as charts for your customers.
Statuspal lets you publish custom metrics to your status page and display them as line charts. Metrics can represent anything in your system — response times, error rates, throughput, or any other time-series value.

Create a custom metric
In your status page's dashboard, click Metrics, then New Metric.
Select Custom Metric from the Source dropdown.

Fill in the fields:
Title — Displayed at the top of the chart.
Unit — Displayed next to values and the average (e.g.
ms,%,req/s).
Check Enabled and Visible, then click Submit.
Once created, Statuspal shows you the API endpoint and format for pushing data to this metric.

Push data via API
Each data entry requires two fields:
timestamp— UNIX timestamp (seconds)value— Decimal number
Example using cURL (replace YOUR_API_KEY, STATUS_PAGE_SUBDOMAIN, and METRIC_ID with your values):
Last updated