Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seemk/splunk-otel-cpp-example
https://github.com/seemk/splunk-otel-cpp-example
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seemk/splunk-otel-cpp-example
- Owner: seemk
- Created: 2021-11-04T11:45:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T12:11:34.000Z (about 3 years ago)
- Last Synced: 2024-10-30T09:28:06.354Z (2 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.