Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seemk/splunk-otel-cpp-example


https://github.com/seemk/splunk-otel-cpp-example

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Using Splunk OpenTelemetry C++

A super minimal demo showing how to start sending traces to Splunk OpenTelemetry Connector.

## Installing, compiling

```
mkdir build
cd build
conan install ..
cmake ..
make
```

## Running

```
docker-compose up
./build/example
```

You should see 2 spans in the collector stdout logs.