@@ -26,12 +26,10 @@ In cases when metrics events are sent, they will not be viewable outside of infr
2626| ` fga-client.request.store_id ` | string | Yes | Store ID that was sent as part of the request |
2727| ` fga-client.response.model_id ` | string | Yes | Authorization model ID that the FGA server used |
2828| ` fga-client.user ` | string | No | User associated with the action of the request for check and list users |
29- | ` http.client.request.duration ` | int | No | Duration for the SDK to complete the request, in milliseconds |
30- | ` http.host ` | string | Yes | Host identifier of the origin the request was sent to |
29+ | ` http.host ` | string | Yes | Host identifier of the origin the request was sent to |
3130| ` http.request.method ` | string | Yes | HTTP method for the request |
3231| ` http.request.resend_count ` | int | Yes | Number of retries attempted, if any |
3332| ` http.response.status_code ` | int | Yes | Status code of the response (e.g., ` 200 ` for success) |
34- | ` http.server.request.duration ` | int | No | Time taken by the FGA server to process and evaluate the request, in milliseconds |
3533| ` url.scheme ` | string | Yes | HTTP scheme of the request (` http ` /` https ` ) |
3634| ` url.full ` | string | Yes | Full URL of the request |
3735| ` user_agent.original ` | string | Yes | User Agent used in the query |
@@ -79,7 +77,7 @@ public class Example {
7977 .put(ServiceAttributes . SERVICE_NAME , " example-app" )
8078 .put(ServiceAttributes . SERVICE_VERSION , " 0.1.0" )
8179 .build();
82-
80+
8381 SdkMeterProvider sdkMeterProvider = SdkMeterProvider . builder()
8482 .registerMetricReader(PeriodicMetricReader . builder(OtlpGrpcMetricExporter . builder(). build()). build())
8583 .setResource(resource)
0 commit comments