List the tenant's metrics
GET/metrics
Returns the metrics (stored time series) a signal may be pointed at, with name, origin and creation time. With unusedOnly the list is reduced to metrics no signal references yet. Metrics whose origin the platform assigns itself (INTERNAL, FORM, VIRTUAL_SIGNAL) are left out of this list - they belong to the signal they were made for, and offering one here would hand a signal a metric it could never change again. They are not hidden from the platform as such; the metric administration (GET /metrics/overview) lists every origin, because an inventory that leaves some of its contents out is not one.
Request
Responses
- 200
- 400
- 401
- 403
- default
OK
the default error response
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
the default error response