Skip to content

Commit

Permalink
Update src/main/java/dev/openfga/sdk/telemetry/Histograms.java
Browse files Browse the repository at this point in the history
Co-authored-by: Ewan Harris <[email protected]>
  • Loading branch information
evansims and ewanharris authored Jul 25, 2024
1 parent e6789d6 commit 82e6063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/telemetry/Histograms.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Histograms {
*/
public static final Histogram REQUEST_DURATION = new Histogram(
"fga-client.request.duration",
"The otal time (in milliseconds) it took for the request to complete, including the time it took to send the request and receive the response.");
"The total time (in milliseconds) it took for the request to complete, including the time it took to send the request and receive the response.");

/**
* A histogram for measuring the total time it took (in milliseconds) for the FGA server to process and evaluate the request.
Expand Down

0 comments on commit 82e6063

Please sign in to comment.