Skip to content
Merged
1 change: 0 additions & 1 deletion __tests__/__snapshots__/documentation.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ Array [
"performance/discover/index.html",
"performance/discover/query-builder/index.html",
"performance/distributed-tracing/index.html",
"performance/performance-glossary/index.html",
"platforms/android/index.html",
"platforms/android/migrate/index.html",
"platforms/cocoa/dsym/index.html",
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/_assets/img/performance/tracing-diagram.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Select known parts of the schema using the following:
* `$logentry` matches the `logentry` attribute of an event.
* `$thread` matches a single thread instance in `{"threads": {"values": [...]}}`
* `$breadcrumb` matches a single breadcrumb in `{"breadcrumbs": {"values": [...]}}`
* `$span` matches a [trace span]({% link _documentation/performance/performance-glossary.md %}#span)
* `$span` matches a [trace span]({% link _documentation/performance/distributed-tracing.md %}#traces-transactions-and-spans)
* `$sdk` matches the SDK context in `{"sdk": ...}`

### Escaping Special Characters
Expand Down
382 changes: 305 additions & 77 deletions src/collections/_documentation/performance/distributed-tracing.md

Large diffs are not rendered by default.

131 changes: 0 additions & 131 deletions src/collections/_documentation/performance/performance-glossary.md

This file was deleted.