Skip to content

Commit 7ca646a

Browse files
committed
Fix link to general/attributes/#general-identity-attributes
1 parent ef6a7e3 commit 7ca646a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

content/en/docs/zero-code/java/agent/instrumentation/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ span link connecting it to the producer trace.
9393
## Capturing enduser attributes
9494

9595
You can configure the agent to capture
96-
[general identity attributes](/docs/specs/semconv/general/attributes/#general-identity-attributes)
96+
[general identity attributes](/docs/specs/semconv/attributes-registry/enduser/)
9797
(`enduser.id`, `enduser.role`, `enduser.scope`) from instrumentation libraries
9898
like
9999
[JavaEE/JakartaEE Servlet](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/servlet)

static/refcache.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@
411411
"StatusCode": 200,
412412
"LastSeen": "2025-02-06T02:02:59.999Z"
413413
},
414+
"https://cloud.google.com/functions/docs/concepts/execution-environment#scope": {
415+
"StatusCode": 200,
416+
"LastSeen": "2025-02-06T12:57:12.345Z"
417+
},
414418
"https://cloud.google.com/functions/docs/env-var#runtime_environment_variables_set_automatically": {
415419
"StatusCode": 200,
416420
"LastSeen": "2025-02-06T01:43:12.345Z"
@@ -759,6 +763,10 @@
759763
"StatusCode": 200,
760764
"LastSeen": "2025-01-06T11:23:41.892135-05:00"
761765
},
766+
"https://developer.apple.com/documentation/uikit/uiapplicationdelegate": {
767+
"StatusCode": 200,
768+
"LastSeen": "2025-02-06T07:55:59.716326-05:00"
769+
},
762770
"https://developer.apple.com/documentation/uikit/uiapplicationdelegate#1656902": {
763771
"StatusCode": 200,
764772
"LastSeen": "2025-02-06T02:04:59.999Z"
@@ -11352,8 +11360,8 @@
1135211360
"LastSeen": "2025-01-16T14:20:31.233996-05:00"
1135311361
},
1135411362
"https://github.com/open-telemetry/weaver/blob/main/schemas/semconv-syntax.md#type": {
11355-
"StatusCode": 206,
11356-
"LastSeen": "2025-01-31T11:53:21.912957821Z"
11363+
"StatusCode": 200,
11364+
"LastSeen": "2025-02-06T12:57:12.345Z"
1135711365
},
1135811366
"https://github.com/openclarity/apiclarity/tree/master/plugins/otel-collector": {
1135911367
"StatusCode": 206,
@@ -12583,6 +12591,10 @@
1258312591
"StatusCode": 200,
1258412592
"LastSeen": "2025-02-06T02:22:12.345Z"
1258512593
},
12594+
"https://google.aip.dev/122#full-resource-names": {
12595+
"StatusCode": 200,
12596+
"LastSeen": "2025-02-06T12:57:12.345Z"
12597+
},
1258612598
"https://google.github.io/sqlcommenter": {
1258712599
"StatusCode": 206,
1258812600
"LastSeen": "2025-02-01T06:39:09.46067-05:00"
@@ -17323,6 +17335,10 @@
1732317335
"StatusCode": 206,
1732417336
"LastSeen": "2025-01-07T10:32:15.482279-05:00"
1732517337
},
17338+
"https://www.kaggle.com/whitepaper-agents": {
17339+
"StatusCode": 200,
17340+
"LastSeen": "2025-02-06T07:56:04.409978-05:00"
17341+
},
1732617342
"https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats": {
1732717343
"StatusCode": 206,
1732817344
"LastSeen": "2025-01-07T10:32:06.227955-05:00"

0 commit comments

Comments
 (0)