Skip to content

Commit d383f7b

Browse files
Akhaled19svrnm
andauthored
Update content/en/docs/instrumentation/cpp/getting-started.md
Co-authored-by: Severin Neumann <[email protected]>
1 parent 50f7998 commit d383f7b

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

content/en/docs/instrumentation/cpp/getting-started.md

-33
Original file line numberDiff line numberDiff line change
@@ -115,39 +115,6 @@ Next, install and build [OpenTelemetry C++](https://github.com/open-telemetry/op
115115
cmake --build .
116116
```
117117

118-
OpenTelemetry C++ SDK directory structure should look something like this:
119-
```scss
120-
opentelemetry-cpp/
121-
122-
├── CMakeLists.txt
123-
├── sdk/
124-
| ├── CMakeLists.txt (oatpp root CMake configuration file)
125-
| ├── src/
126-
| | └── ... (SDK source files)
127-
| |
128-
| ├── include/
129-
| | └── opentelemetry/
130-
| | └── sdk/
131-
| | ├── ... (SDK headers)
132-
| |
133-
| └── ... (other SDK-related files or subsirectories)
134-
|
135-
├── build/
136-
| ├── Makefile
137-
| ├── CMakeFiles/
138-
| | └── ... (CMake-generated files and configuration)
139-
| └── ... (other build-related files)
140-
|
141-
├── api/
142-
| ├──CMakeLists.txt (CMake configuration file for the API)
143-
| ├── include/
144-
| | └── opentelemetry/
145-
| | └── ... (API headers)
146-
| └── ... (other API-related files or subdirectories)
147-
|
148-
└── ...(other opentelemetry-cpp file or subdirectories)
149-
150-
```
151118

152119
**Finally, create a new project directory called `roll-dice`.**
153120

0 commit comments

Comments
 (0)