Skip to content

Commit 725fe77

Browse files
daya-kulkarniaravindg309dnoliver
authored
Streaming Telemetry (open-edge-platform#163)
* Show pipeline and system metrics during pipeline execution * Use Telegraf for metrics collection * Use Supervisord to monitor Telegraf and Qmassa execution * Report metrics in Influx Line Protocol * Parse metrics into Pandas DataFrames * Use Ploty to render interactive charts * Cleanup previous telemetry components Fixes ITEP-27424 Fixes ITEP-27132 Fixes ITEP-24065 Fixes ITEP-25011 Fixes ITEP-26299 Fixes ITEP-26298 Co-authored-by: Aravind Gunda <[email protected]> Co-authored-by: Nicolas Oliver <[email protected]>
1 parent 3f697a4 commit 725fe77

File tree

13 files changed

+544
-692
lines changed

13 files changed

+544
-692
lines changed

tools/visual-pipeline-and-platform-evaluation-tool/Dockerfile.collector

Lines changed: 0 additions & 63 deletions
This file was deleted.

tools/visual-pipeline-and-platform-evaluation-tool/Dockerfile.vippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ RUN pip install -r requirements.txt
3232

3333
ADD diagrams/ /home/dlstreamer/vippet/diagrams
3434

35-
ADD app.py collect.py optimize.py pipeline.py device.py explore.py benchmark.py utils.py /home/dlstreamer/vippet/
35+
ADD app.py optimize.py pipeline.py device.py explore.py benchmark.py utils.py /home/dlstreamer/vippet/
3636

3737
CMD ["python", "app.py"]

0 commit comments

Comments
 (0)