-
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
30 changed files
with
68 additions
and
61 deletions.
There are no files selected for viewing
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
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
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,26 @@ | ||
groups: | ||
- id: network-core | ||
type: attribute_group | ||
brief: > | ||
These attributes may be used for any network related operation. | ||
attributes: | ||
- ref: network.transport | ||
- ref: network.type | ||
- ref: network.protocol.name | ||
- ref: network.protocol.version | ||
- ref: network.peer.address | ||
- ref: network.peer.port | ||
- ref: network.local.address | ||
- ref: network.local.port | ||
|
||
- id: network-connection-and-carrier | ||
type: attribute_group | ||
brief: > | ||
These attributes may be used for any network related operation. | ||
attributes: | ||
- ref: network.connection.type | ||
- ref: network.connection.subtype | ||
- ref: network.carrier.name | ||
- ref: network.carrier.mcc | ||
- ref: network.carrier.mnc | ||
- ref: network.carrier.icc |
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: url | ||
brief: Attributes describing URL. | ||
type: attribute_group | ||
attributes: | ||
- ref: url.scheme | ||
- ref: url.full | ||
tag: sensitive-information | ||
- ref: url.path | ||
- ref: url.query | ||
tag: sensitive-information | ||
- ref: url.fragment |
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,19 @@ | ||
groups: | ||
- id: session-id | ||
type: attribute_group | ||
brief: > | ||
Session is defined as the period of time encompassing all activities performed by the application and the actions | ||
executed by the end user. | ||
Consequently, a Session is represented as a collection of Logs, Events, and Spans emitted by the Client Application | ||
throughout the Session's duration. Each Session is assigned a unique identifier, which is included as an attribute in | ||
the Logs, Events, and Spans generated during the Session's lifecycle. | ||
When a session reaches end of life, typically due to user inactivity or session timeout, a new session identifier | ||
will be assigned. The previous session identifier may be provided by the instrumentation so that telemetry | ||
backends can link the two sessions. | ||
attributes: | ||
- ref: session.id | ||
requirement_level: opt_in | ||
- ref: session.previous_id | ||
requirement_level: opt_in |
File renamed without changes.
File renamed without changes.
File renamed without changes.