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/entities/browser.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
14
14
**Description:** The web browser in which the application represented by the resource is running. The `browser.*` attributes MUST be used only for resources that represent applications running in a web browser (regardless of whether running on a mobile or desktop device).
15
15
16
-
> :warning: This entity definition contains attributes without a role.
16
+
> [!warning]
17
+
> This entity definition contains attributes without a role.
17
18
> Stable Entities MUST NOT have attributes without a defined role.
Copy file name to clipboardExpand all lines: docs/registry/entities/cicd.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
14
14
**Description:** A pipeline is a series of automated steps that helps software teams deliver code.
15
15
16
-
> :warning: This entity definition contains attributes without a role.
16
+
> [!warning]
17
+
> This entity definition contains attributes without a role.
17
18
> Stable Entities MUST NOT have attributes without a defined role.
18
19
19
20
**Attributes:**
@@ -30,7 +31,8 @@
30
31
31
32
**Description:** A pipeline run is a singular execution of a given pipeline's tasks.
32
33
33
-
> :warning: This entity definition contains attributes without a role.
34
+
> [!warning]
35
+
> This entity definition contains attributes without a role.
34
36
> Stable Entities MUST NOT have attributes without a defined role.
35
37
36
38
**Attributes:**
@@ -50,7 +52,8 @@
50
52
A single pipeline run may be distributed across multiple workers. Any OpenTelemetry signal associated with a worker should be associated to the worker that performed the corresponding work.
51
53
For example, when a pipeline run involves several workers, its task run spans may reference the different `cicd.worker` resources corresponding to the workers that executed each task run. The pipeline run's parent span may instead reference the CICD controller as the `cicd.worker` resource.
52
54
53
-
> :warning: This entity definition contains attributes without a role.
55
+
> [!warning]
56
+
> This entity definition contains attributes without a role.
54
57
> Stable Entities MUST NOT have attributes without a defined role.
0 commit comments