Brian Brooks
Brian Brooks
I'm trying to use snmpsim version 0.4.4 to simulate SNMP Error Responses using the Error Variation Module. I'm developing an SNMP Manager and need to test "out of range" error...
Please add the ability to skip execution of the native-maven-plugin mojos. Many maven plugins support skipping execution. Examples: maven-nar: http://maven-nar.github.io/nar-compile-mojo.html#skip maven-surefire-plugin: http://maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html maven-compiler-plugin: https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#skipMain xml-maven-plugin: https://github.com/mojohaus/xml-maven-plugin/issues/2 Use case: Multi-module maven...
Please add support for Microsoft Visual Studio C++ 2022.
I’ve modified our C++ application to use DataDog. I’ve added: 1. the following include: ``` #include ``` 2. the DataDog include folder: ``` dd-opentracing-cpp\.build\vcpkg_installed\x64-windows\include ``` 3. the DataDog link library...
I’m using the code C++ tracing example on Windows x64 [1]. At runtime, the opentracing::DynamicallyLoadTracingLibrary call [2] always ends up in the opentracing/src/dynamic_load_unsupported.cpp version of DynamicallyLoadTracingLibrary [3] rather than the...
When adding the following to my C++ application `#include ` I'm getting the following when linking against dd_opentracing.lib ``` tracer.obj : error LNK2019: unresolved external symbol gethostname referenced in function...
When building dd-opentracing-cpp on Windows x64 Visual Studio C++ 2022 using the instructions at [1] I'm encountering the following error: `C:\Users\first.last\dd-opentracing-cpp\src\agent_writer.h(4,10): fatal error C1083: Cannot open include file: 'curl/curl.h': No...