@@ -1467,7 +1467,7 @@ minimize the conflicts across all the different types of telemetry generation
1467
1467
entities that it may need to represent.
1468
1468
1469
1469
These guidelines are known as Resource Semantic Conventions and are
1470
- [documented in the OTel specification](/docs/specs/otel /resource/semantic_conventions /).
1470
+ [documented in the OTel specification](/docs/specs/semconv /resource/).
1471
1471
1472
1472
When creating your own attributes to represent your own telemetry generation
1473
1473
entities, you should follow the guideline provided by the specification :
@@ -1509,15 +1509,14 @@ func fillResourceWithAtm(resource *pcommon.Resource, atm Atm){
1509
1509
The resource semantic conventions also have prescriptive attribute names and
1510
1510
well-known values to represent telemetry generation entities that are common and
1511
1511
applicable across different domains like
1512
- [compute unit](/docs/specs/otel/resource/semantic_conventions/#compute-unit),
1513
- [environment](/docs/specs/otel/resource/semantic_conventions/#compute-unit) and
1514
- others.
1512
+ [compute unit](/docs/specs/semconv/resource/#compute-unit),
1513
+ [environment](/docs/specs/semconv/resource/#compute-unit) and others.
1515
1514
1516
1515
So, when you look at the `BackendSystem` entity, it has fields representing
1517
- [OS](/docs/specs/otel /resource/semantic_conventions /os/) related information and
1518
- [Cloud](/docs/specs/otel /resource/semantic_conventions/ cloud/) related
1519
- information, and we will use the attribute names and values prescribed by the
1520
- resource semantic convention to represent that information on its `Resource`.
1516
+ [OS](/docs/specs/semconv /resource/os/) related information and
1517
+ [Cloud](/docs/specs/semconv /resource/cloud/) related information, and we will
1518
+ use the attribute names and values prescribed by the resource semantic
1519
+ convention to represent that information on its `Resource`.
1521
1520
1522
1521
All the resource semantic convention attribute names and well known-values are
1523
1522
kept within the
0 commit comments