-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
143 additions
and
65 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: client | ||
type: attribute_group | ||
brief: > | ||
General client attributes. | ||
attributes: | ||
- ref: client.address | ||
- ref: client.port |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
groups: | ||
- id: code | ||
type: attribute_group | ||
brief: > | ||
These attributes allow to report this unit of code and therefore to provide more context about the span. | ||
attributes: | ||
- ref: code.function | ||
- ref: code.namespace | ||
- ref: code.filepath | ||
- ref: code.lineno | ||
- ref: code.column | ||
- ref: code.stacktrace | ||
requirement_level: opt_in |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: destination | ||
type: attribute_group | ||
brief: > | ||
General destination attributes. | ||
attributes: | ||
- ref: destination.address | ||
- ref: destination.port |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
groups: | ||
- id: identity | ||
type: attribute_group | ||
brief: > | ||
These attributes may be used for any operation with an authenticated and/or authorized enduser. | ||
attributes: | ||
- ref: enduser.id | ||
requirement_level: recommended | ||
- ref: enduser.role | ||
requirement_level: recommended | ||
- ref: enduser.scope | ||
requirement_level: recommended |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
groups: | ||
- id: peer | ||
type: attribute_group | ||
brief: "Operations that access some remote service." | ||
attributes: | ||
- ref: peer.service | ||
requirement_level: recommended |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: profile.frame | ||
type: attribute_group | ||
brief: > | ||
Describes the origin of a single frame in a Profile. | ||
attributes: | ||
- ref: profile.frame.type | ||
requirement_level: recommended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
groups: | ||
|
||
- id: registry.profile.frame | ||
type: attribute_group | ||
brief: > | ||
Describes the origin of a single frame in a Profile. | ||
attributes: | ||
- id: profile.frame.type | ||
stability: experimental | ||
brief: > | ||
Describes the interpreter or compiler of a single frame. | ||
examples: ['cpython'] | ||
type: | ||
allow_custom_values: true | ||
members: | ||
- id: dotnet | ||
brief: > | ||
[.NET](https://wikipedia.org/wiki/.NET) | ||
value: "dotnet" | ||
stability: experimental | ||
- id: jvm | ||
brief: > | ||
[JVM](https://wikipedia.org/wiki/Java_virtual_machine) | ||
value: "jvm" | ||
stability: experimental | ||
- id: kernel | ||
brief: > | ||
[Kernel](https://wikipedia.org/wiki/Kernel_(operating_system)) | ||
value: "kernel" | ||
stability: experimental | ||
- id: native | ||
brief: > | ||
[C](https://wikipedia.org/wiki/C_(programming_language)), | ||
[C++](https://wikipedia.org/wiki/C%2B%2B), | ||
[Go](https://wikipedia.org/wiki/Go_(programming_language)), | ||
[Rust](https://wikipedia.org/wiki/Rust_(programming_language)) | ||
value: "native" | ||
stability: experimental | ||
- id: perl | ||
brief: > | ||
[Perl](https://wikipedia.org/wiki/Perl) | ||
value: "perl" | ||
stability: experimental | ||
- id: php | ||
brief: > | ||
[PHP](https://wikipedia.org/wiki/PHP) | ||
value: "php" | ||
stability: experimental | ||
- id: cpython | ||
brief: > | ||
[Python](https://wikipedia.org/wiki/Python_(programming_language)) | ||
value: "cpython" | ||
stability: experimental | ||
- id: ruby | ||
brief: > | ||
[Ruby](https://wikipedia.org/wiki/Ruby_(programming_language)) | ||
value: "ruby" | ||
stability: experimental | ||
- id: v8js | ||
brief: > | ||
[V8JS](https://wikipedia.org/wiki/V8_(JavaScript_engine)) | ||
value: "v8js" | ||
stability: experimental |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: server | ||
type: attribute_group | ||
brief: > | ||
General server attributes. | ||
attributes: | ||
- ref: server.address | ||
- ref: server.port |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: source | ||
type: attribute_group | ||
brief: > | ||
General source attributes. | ||
attributes: | ||
- ref: source.address | ||
- ref: source.port |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
groups: | ||
- id: thread | ||
type: attribute_group | ||
brief: > | ||
These attributes may be used for any operation to store information about a thread that started a span. | ||
attributes: | ||
- ref: thread.id | ||
- ref: thread.name |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.