vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
100 stars 28 forks source link

SILKIT-1379: Metrics creation, transport, and collection (replaced by #85) #60

Closed VDanielEdwards closed 1 month ago

VDanielEdwards commented 2 months ago

Subject

Experimenting with creation, sending, and collection of various metrics.

The metrics can be used to get insights into internal behavior of individual SIL Kit participants or simulations.

Currently available metrics:

If metrics are sent to remote participants, the participant that collects these, should be started first.

Collection and storage of the metrics is configured via the participant configuration file.

Metrics are only sent if they have changed.

Instructions for review / testing

Developer checklist (address before review)

VDanielEdwards commented 1 month ago

Closed in favor of less cluttered PR https://github.com/vectorgrp/sil-kit/pull/85