Skip to content

Commit 2a5538f

Browse files
committedMay 20, 2023
Added new metrics to API monitorinng endpoint
1 parent 9e7cabd commit 2a5538f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎.idea/kotlinc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎openai/src/main/java/com/mardillu/openai/model/requests/LogApiRequest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data class LogApiRequest(
77
val duration: Long,
88
val response_code: Int,
99
val method: String,
10-
val accountName: String = "NA",
11-
val userId: Long = 0L,
10+
val account_name: String = "NA",
11+
val user_id: Long = 0L,
1212
val exception: String = "",
1313
)

0 commit comments

Comments
 (0)
Failed to load comments.