Skip to content

Commit

Permalink
docs: link to resources (#8056)
Browse files Browse the repository at this point in the history
(cherry picked from commit 09a62ff)
  • Loading branch information
bmorelli25 authored and mergify[bot] committed May 6, 2022
1 parent bc47cd9 commit e8a8c97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/data-model.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:span-name-type-sheet: https://docs.google.com/spreadsheets/d/1SmWeX5AeqUcayrArUauS_CxGgsjwRgMYH4ZY8yQsMhQ/edit#gid=644582948
:span-spec: https://github.com/elastic/apm/blob/main/tests/agents/json-specs/span_types.json

[[data-model]]
== Data Model

Expand Down Expand Up @@ -26,8 +29,9 @@ Among other things, spans can contain:
* A `transaction.id` attribute that refers to its parent <<data-model-transactions,transaction>>.
* A `parent.id` attribute that refers to its parent span or transaction.
* Its start time and duration.
* A `name`.
* A `type`, `subtype`, and `action`.
* A `name`, `type`, `subtype`, and `action`—see the {span-name-type-sheet}[span name/type alignment]
sheet for span name patterns and examples by APM agent.
In addition, some APM agents test against a public {span-spec}[span type/subtype spec].
* An optional `stack trace`. Stack traces consist of stack frames,
which represent a function call on the call stack.
They include attributes like function name, file name and path, line number, etc.
Expand Down

0 comments on commit e8a8c97

Please sign in to comment.