Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:5.6
-
Epic Link:
-
Team:SQuaRE
Description
The SQuaSH API already has the capability of executing Celery tasks, e.g. we have a task to upload verification jobs to S3.
It makes sense to implement another task to send the time series data (metric values, tags, and timestamps) to InfluxDB.
The transformation of a SQuaSH job to InfluxDB line maps each verification package to an InfluxDB measurement, job metadata to InfluxDB tags and metric names and values to fields.
Attachments
Issue Links
- relates to
-
DM-16391 Improve celery task status report in the SQuaSH API
- To Do
Attached diagram showing the SQuaSH API sending TS data to InfluxDB. The use of Chronograph for visualization and Kapacitor for Alerting.