Metrics
#
Deployment metrics#
Dashboard's Deployment MetricsTo get your deployment metrics, you'll first need to have a running deployment. At least 30 seconds must have passed before the metrics are available. You can access your metrics on the Arbitrium Dashboard in your deployment detail page:
You can specify some options with the metrics:
- Start At: When should the request start. This value must be higher or equal than the deployment time in UTC.
- End At: When should the request end. This value must be lower than right now in UTC.
- Interval: How much time between each points. Default to 1 minute.
Right now, Edgegap stores your deployment data for a maximum of 15 days. If you want to retrieve your metrics for internal analysis, you can make an API call to collect them.
#
Deployment Metrics with APITo get metrics of your deployment with the API, you should already have your API token, if not you can generate one with this tutorial
#
Simple request#
Paramsstart_time
: When should the request start. This value must be higher or equal than the deployment time in UTC. Format:2021-07-19 17:29:21
If not specified, it will default to the deployment start time in UTC.end_time
: When should the request end. This value must be lower than right now in UTC. Format:2021-07-19 18:29:21
If not specified, it will default to now in UTC.steps
: How much time between each points. Default to1m
for a minute. Steps are specified as a number, followed by a unit. By increasing steps, data will be less precise but might be more appropriate for graphs. Example:15h 1h30m 5m 10s
s
: secondsm
: minutesh
: hoursd
: days