You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/registry/attributes/android.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
The Android platform on which the Android application is running.
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="android-app-state"href="#android-app-state">`android.app.state`</a> | string | This attribute represents the state of the application. [1]|`created`||
@@ -24,6 +25,7 @@ The Android platform on which the Android application is running.
24
25
|`background`| Any time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state. ||
25
26
|`created`| Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time. ||
26
27
|`foreground`| Any time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states. ||
Copy file name to clipboardExpand all lines: docs/registry/attributes/app.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
Describes attributes related to client-side applications (e.g. web apps or mobile apps).
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="app-build-id"href="#app-build-id">`app.build_id`</a> | string | Unique identifier for a particular build or compilation of the application. |`6cff0a7e-cefc-4668-96f5-1273d8b334d0`; `9f2b833506aa6973a92fde9733e6271f`; `my-app-1.0.0-code-123`||
Copy file name to clipboardExpand all lines: docs/registry/attributes/artifact.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
This group describes attributes specific to artifacts. Artifacts are files or other immutable objects that are intended for distribution. This definition aligns directly with the [SLSA](https://slsa.dev/spec/v1.0/terminology#package-model) package model.
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="artifact-attestation-filename"href="#artifact-attestation-filename">`artifact.attestation.filename`</a> | string | The provenance filename of the built attestation which directly relates to the build artifact filename. This filename SHOULD accompany the artifact at publish time. See the [SLSA Relationship](https://slsa.dev/spec/v1.0/distributing-provenance#relationship-between-artifacts-and-attestations) specification for more information. |`golang-binary-amd64-v0.1.0.attestation`; `docker-image-amd64-v0.1.0.intoto.json1`; `release-1.tar.gz.attestation`; `file-name-package.tar.gz.intoto.json1`||
Copy file name to clipboardExpand all lines: docs/registry/attributes/aspnetcore.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
ASP.NET Core attributes
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="aspnetcore-authentication-result"href="#aspnetcore-authentication-result">`aspnetcore.authentication.result`</a> | string | The result of the authentication operation. |`success`; `failure`||
This section defines generic attributes used by Azure Client Libraries.
28
13
29
14
**Current Attributes:**
15
+
30
16
| Key | Type | Summary | Example Values | Stability |
31
17
|---|---|---|---|---|
32
18
| <aid="azure-client-id"href="#azure-client-id">`azure.client.id`</a> | string | The unique identifier of the client instance. |`3ba4827d-4422-483f-b59f-85b74211c11d`; `storage-client-1`||
@@ -38,6 +24,7 @@ This section defines generic attributes used by Azure Client Libraries.
38
24
This section defines attributes for Azure Cosmos DB.
39
25
40
26
**Current Attributes:**
27
+
41
28
| Key | Type | Summary | Example Values | Stability |
Copy file name to clipboardExpand all lines: docs/registry/attributes/browser.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
The web browser attributes
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="browser-brands"href="#browser-brands">`browser.brands`</a> | string[]| Array of brand name and version separated by a space [1]|`[" Not A;Brand 99", "Chromium 99", "Chrome 99"]`||
Copy file name to clipboardExpand all lines: docs/registry/attributes/cassandra.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
This section defines attributes for Cassandra.
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="cassandra-consistency-level"href="#cassandra-consistency-level">`cassandra.consistency.level`</a> | string | The consistency level of the query. Based on consistency values from [CQL](https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/dml/dmlConfigConsistency.html). |`all`; `each_quorum`; `quorum`||
Copy file name to clipboardExpand all lines: docs/registry/attributes/cicd.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
This group describes attributes specific to pipelines within a Continuous Integration and Continuous Deployment (CI/CD) system. A [pipeline](https://wikipedia.org/wiki/Pipeline_(computing)) in this case is a series of steps that are performed in order to deliver a new version of software. This aligns with the [Britannica](https://www.britannica.com/dictionary/pipeline) definition of a pipeline where a **pipeline** is the system for developing and producing something. In the context of CI/CD, a pipeline produces or delivers software.
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="cicd-pipeline-action-name"href="#cicd-pipeline-action-name">`cicd.pipeline.action.name`</a> | string | The kind of action a pipeline run is performing. |`BUILD`; `RUN`; `SYNC`||
Copy file name to clipboardExpand all lines: docs/registry/attributes/client.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
These attributes may be used to describe the client in a connection-based network interaction where there is one side that initiates the connection (the client is the side that initiates the connection). This covers all TCP network interactions since TCP is connection-based and one side initiates the connection (an exception is made for peer-to-peer communication over TCP where the "user-facing" surface of the protocol / API doesn't expose a clear notion of client and server). This also covers UDP network interactions where one side initiates the interaction, e.g. QUIC (HTTP/3) and DNS.
9
9
10
10
**Current Attributes:**
11
+
11
12
| Key | Type | Summary | Example Values | Stability |
12
13
|---|---|---|---|---|
13
14
| <aid="client-address"href="#client-address">`client.address`</a> | string | Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. [1]|`client.example.com`; `10.1.2.80`; `/tmp/my.sock`||
0 commit comments