antikythera v0.2.0 AntikytheraEal.MetricsStorage View Source

Interface to storage for metrics data. The storage is sliced per day.

JSON format of metrics results in data storage is as follows:

{
  "@timestamp": <ISO8601_timestamp>,
  "node_id": "ip-XXX-XXX-XXX-XXX",
  "otp_app_name": <otp_app_name>,
  "epool_id": <antikythera or gearname>,
  <metrics_label>: <metrics_value>,
  <metrics_label>: <metrics_value>,
  ...
}

Link to this section Summary

Link to this section Types

Link to this section Functions