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
[editorial] Fix links and switch to table markdown syntax (#4508)
- Converts two new HTML tables into the equivalent Markdown syntax,
otherwise the link references inside the tables don't get correctly
processed by Hugo
- Fixes links that break when the spec is published to the website.
**Reminder**: don't link to spec page titles since those link targets
don't exist in the published website HTML pages.
/cc @carlosalberto@jsuereth - once this get's merged, I'd like to test
the OTel.io build again before you issue a release. So please let me
know.
| Type | string | Defines the type of the entity. MUST not change during the lifetime of the entity. For example: "service" or "host". This field is required and MUST not be empty for valid entities. |
42
+
| Id | map<string, standard attribute value> | Attributes that identify the entity.<p>MUST not change during the lifetime of the entity. The Id must contain at least one attribute.<p>Follows OpenTelemetry [Standard attribute definition](../common/README.md#standard-attribute). SHOULD follow OpenTelemetry [semantic conventions](https://github.com/open-telemetry/semantic-conventions) for attributes. |
43
+
| Description | map<string, any> | Descriptive (non-identifying) attributes of the entity.<p>MAY change over the lifetime of the entity. MAY be empty. These attributes are not part of entity's identity.<p>Follows [any](../logs/data-model.md#type-any) value definition in the OpenTelemetry spec. Arbitrary deep nesting of values for arrays and maps is allowed.<p>SHOULD follow OpenTelemetry [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md) for attributes. |
| Entities | set\<Entity\>| Defines the set of Entities associated with this resource.<p>[Entity is defined here](../entities/data-model.md)|
33
+
| Attributes | map\<string, standard attribute value\>| Additional Attributes that identify the resource.<p>MUST not change during the lifetime of the resource.<p>Follows OpenTelemetry [Standard attribute definition](../common/README.md#standard-attribute). |
Copy file name to clipboardExpand all lines: specification/trace/tracestate-probability-sampling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ This section defines the behavior for these two categories of samplers.
131
131
132
132
See [SDK requirements for trace randomness](./sdk.md#sampling-requirements), which covers potentially inserting explicit trace randomness using the OpenTelemetry TraceState `rv` sub-key.
133
133
134
-
A head Sampler is responsible for computing the `th` value in a new span's [OpenTelemetry TraceState](./tracestate-handling.md#tracestate-handling). The main inputs to that computation include the parent context's TraceState and the TraceID.
134
+
A head Sampler is responsible for computing the `th` value in a new span's [OpenTelemetry TraceState](./tracestate-handling.md). The main inputs to that computation include the parent context's TraceState and the TraceID.
135
135
136
136
When a span is sampled by in accordance with this specification, the output TraceState SHOULD be set to convey probability sampling:
0 commit comments