We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af528e6 + 5075d21 commit 664f98aCopy full SHA for 664f98a
src/main/java/dev/openfga/sdk/api/configuration/TelemetryConfiguration.java
@@ -20,6 +20,7 @@ public TelemetryConfiguration() {
20
defaultAttributes.put(Attributes.FGA_CLIENT_REQUEST_STORE_ID, Optional.empty());
21
defaultAttributes.put(Attributes.FGA_CLIENT_RESPONSE_MODEL_ID, Optional.empty());
22
defaultAttributes.put(Attributes.HTTP_HOST, Optional.empty());
23
+ defaultAttributes.put(Attributes.HTTP_REQUEST_METHOD, Optional.empty());
24
defaultAttributes.put(Attributes.HTTP_REQUEST_RESEND_COUNT, Optional.empty());
25
defaultAttributes.put(Attributes.HTTP_RESPONSE_STATUS_CODE, Optional.empty());
26
defaultAttributes.put(Attributes.URL_FULL, Optional.empty());
0 commit comments