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
Initialize a new instance of the `TelemetryMetricsConfiguration` class.
@@ -621,6 +622,7 @@ def __init__(
621
622
:param fga_client_credentials_request: The `fga-client.credentials.request` counter collects the number of times a new token is requested using ClientCredentials.
622
623
:param fga_client_request_duration: The `fga-client.query.duration` histogram tracks how long requests take to complete from the client's perspective.
623
624
:param fga_client_query_duration: The `fga-client.request.duration` histogram tracks how long requests take to process from the server's perspective.
625
+
:param fga_client_request: The `fga-client.request` counter collects the number of requests made to the FGA server.
624
626
"""
625
627
626
628
# Instantiate with default state, and apply the incoming configuration, if one was provided
0 commit comments