Categories:
Aura Complex Logic metrics
List of metrics available in Aura Complex Logic Framework
These metrics are stored since Heroes (7.0.0.) release
http_request_duration_seconds
This Prometheus metric is modelled as a summary, where its value is the spent time until the remote host responds to an HTTP request.
Note that the value is a float number rounded to its third decimal. It is stored as a Summary in Prometheus.
This metric is intended to store the duration of outgoing requests in seconds.
Labels:
All label values are strings.
method: HTTP method used by the request being stored (GET,POST,PUT,DELETE, etc.).path: HTTP path of the incoming request.status_code: the responded HTTP status code (as a string).
Value:
- Request duration in seconds
supervised_complex_logic_app_restarted_counter
This metric is intended to store a count of the restarted plugins.
It is stored as a Counter in Prometheus.
Labels:
All label values are strings.
app: clfsupervised_plugin: Supervised plugin class path.plugin_status: Plugin response code status.plugin_handler_name: Handler name.
complex_logic_app_http_requests
This metric is intended to store the HTTP requests of Aura Complex Logic plugins.
It is stored as a Counter in Prometheus.
Labels:
All label values are strings.
app: clfplugin: plugin class path.status_code: plugin response code status.handler_name: handler name.