prometheus-cpp-lite icon indicating copy to clipboard operation
prometheus-cpp-lite copied to clipboard

C++ header-only prometheus client library for quickly and easily adding metric (and profiling) functionality to C++ projects.

Results 2 prometheus-cpp-lite issues
Sort by recently updated
recently updated
newest added

These are some small changes to the library so the code compiles on MacOS. Basically MacOS use the same socket API as Linux. In the case of clang it complains...

platform : Windows10 tools : GCC 8.1.0 x86_64-w64-migw32, CMake 3.27 I added wsock32 lib to CMakelist and built examples successfully.But when I run push_to_server_example.exe,it crashed after a few seconds and...