@@ -18,21 +18,22 @@ In cases when metrics events are sent, they will not be viewable outside of infr
18
18
19
19
### Supported Attributes
20
20
21
- | Attribute Name | Type | Enabled by Default | Description |
22
- | ------------------------------ | ------ | ------------------ | --------------------------------------------------------------------------------- |
23
- | ` fga-client.request.client_id ` | string | Yes | Client ID associated with the request, if any |
24
- | ` fga-client.request.method ` | string | Yes | FGA method/action that was performed (e.g., Check, ListObjects) in TitleCase |
25
- | ` fga-client.request.model_id ` | string | Yes | Authorization model ID that was sent as part of the request, if any |
26
- | ` fga-client.request.store_id ` | string | Yes | Store ID that was sent as part of the request |
27
- | ` fga-client.response.model_id ` | string | Yes | Authorization model ID that the FGA server used |
28
- | ` fga-client.user ` | string | No | User associated with the action of the request for check and list users |
29
- | ` http.host ` | string | Yes | Host identifier of the origin the request was sent to |
30
- | ` http.request.method ` | string | Yes | HTTP method for the request |
31
- | ` http.request.resend_count ` | int | Yes | Number of retries attempted, if any |
32
- | ` http.response.status_code ` | int | Yes | Status code of the response (e.g., ` 200 ` for success) |
33
- | ` url.scheme ` | string | Yes | HTTP scheme of the request (` http ` /` https ` ) |
34
- | ` url.full ` | string | Yes | Full URL of the request |
35
- | ` user_agent.original ` | string | Yes | User Agent used in the query |
21
+ | Attribute Name | Type | Enabled by Default | Description |
22
+ | ---------------------------------------| --------| --------------------| ------------------------------------------------------------------------------|
23
+ | ` fga-client.request.client_id ` | string | Yes | Client ID associated with the request, if any |
24
+ | ` fga-client.request.method ` | string | Yes | FGA method/action that was performed (e.g., Check, ListObjects) in TitleCase |
25
+ | ` fga-client.request.model_id ` | string | Yes | Authorization model ID that was sent as part of the request, if any |
26
+ | ` fga-client.request.store_id ` | string | Yes | Store ID that was sent as part of the request |
27
+ | ` fga-client.request.batch_check_size ` | int | No | Number of objects in the batch check request |
28
+ | ` fga-client.response.model_id ` | string | Yes | Authorization model ID that the FGA server used |
29
+ | ` fga-client.user ` | string | No | User associated with the action of the request for check and list users |
30
+ | ` http.host ` | string | Yes | Host identifier of the origin the request was sent to |
31
+ | ` http.request.method ` | string | Yes | HTTP method for the request |
32
+ | ` http.request.resend_count ` | int | Yes | Number of retries attempted, if any |
33
+ | ` http.response.status_code ` | int | Yes | Status code of the response (e.g., ` 200 ` for success) |
34
+ | ` url.scheme ` | string | Yes | HTTP scheme of the request (` http ` /` https ` ) |
35
+ | ` url.full ` | string | Yes | Full URL of the request |
36
+ | ` user_agent.original ` | string | Yes | User Agent used in the query |
36
37
37
38
## Examples
38
39
@@ -176,4 +177,4 @@ public class Example {
176
177
otel = openTelemetry;
177
178
}
178
179
}
179
- ```
180
+ ```
0 commit comments