This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit df3e55e
authored
Add Annotations, links, time events (#81)
* Tracer is delegated the work of adding attributes, annotations, links, and message events
* Add annotation, link, message event, time event models
* Add AttributeTrait and flesh out the documentation for the new models
* Span can maintain time events and links
* Fix tests
* Can set attributes on a specific span
* Fix extension tracer to add attribute to specified span
* Add addAttributes to static Tracer
* Add tests for adding annotations, links, message events
* Add tests for adding annotations, links, message events in the extension
* Tests for extension
* Spans return links and timeEvents
* Create c types for annotations, links, message events
* return links, annotations, message events as arrays
* Move new data types into their own files
* Create classes for annoations, links, message events
* return model types for links and time events
* Fix extension tests
* Integrate with updates to the extension
* cs fix
* Documentation fixes
* Fix 2 documentation errors1 parent f4f9fbe commit df3e55e
43 files changed
Lines changed: 2239 additions & 331 deletions
File tree
- ext
- tests
- src/Trace
- Exporter
- Tracer
- tests/unit/Trace
- Tracer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
255 | 259 | | |
256 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
257 | 264 | | |
| 265 | + | |
258 | 266 | | |
259 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
260 | 270 | | |
261 | | - | |
262 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
263 | 303 | | |
264 | | - | |
| 304 | + | |
265 | 305 | | |
266 | 306 | | |
267 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
0 commit comments