I have 2 different Datasets against the TimeSeries coming from graphite, One dataset is size of the data processed and the other is the time took to process the data by workflow.
Dataset #A
monitors.bigdata.by_cluster.*.schedule.daily.argo_workflows_entity_size.sum
Dataset #B
monitors.bigdata.by_cluster.*.schedule.daily.argo_workflows_validate_core_duration.sum
Where
- is JOB_NAME
I want to create buckets of #A against the average of #B in the TimeSeries manner.
Any help is appreciated.