Fast-DDS-statistics-backend
Fast-DDS-statistics-backend copied to clipboard
eProsima Fast DDS Statistics Backend is a C++ library that provides collection and procession the statistics measurements reported by Fast DDS Statistics Module. Looking for commercial support? Contac...
During the discovery of an Entity the information about DataSharing directory is not propagate to the statistics backend participant, consequently it has been removed from FastDDS monitor GUI.
When using a DDS Router, since statistics writers are transient local, previously processed samples might be delivered again to statistics backend participants in other domains. This lead to crashes since...
I have created this issue in the fast-DDS repository since I believe it applies there. However it might be interesting to notify it here in case someone has identified the...
In order to avoid a compilation issue with `clang` #184 a refactor of EntityKind::DOMAIN with EntityKind::DOMAIN_ENTITY. This implies an API Break.
the version of nlohmann-json in the library is a little old, getting the latest fixes it. see the single_include subdirectory of https://github.com/nlohmann/
Hello, i have had trouble compiling with mac. This is the error message I get: ``` [ 6%] Building CXX object src/cpp/CMakeFiles/fastdds_statistics_backend.dir/database/data.cpp.o In file included from /Users/syrius/work/syrius/fast_dds/ddsmonitor/src/Fast-DDS-Monitor/src/fastdds_statistics_backend/src/cpp/database/data.cpp:16: In file included...
Features: - Add `EntityKind` to search in `get_entity` call more efficiently in the case the kind of the entity is known. - Change BUILD_TYPE to Release in default - Change...
Signed-off-by: jparisu
Merge after: - #175 - #178 - #172 - #174 - #177 - #176