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
Copy file name to clipboardExpand all lines: docs/metrics.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ where `[DATASOURCE]` is a data source name, `DEFAULT_DS` by defaul.
45
45
-`imps_video` - number of video impressions
46
46
-`imps_native` - number of native impressions
47
47
-`imps_audio` - number of audio impressions
48
+
-`disabled_bidder` - number of disabled bidders received within requests
49
+
-`unknown_bidder` - number of unknown bidders received within requests
48
50
-`requests.(ok|badinput|err|networkerr|blocklisted_account|blocklisted_app).(openrtb2-web|openrtb-app|amp|legacy)` - number of requests broken down by status and type
49
51
-`bidder-cardinality.<cardinality>.requests` - number of requests targeting `<cardinality>` of bidders
50
52
-`connection_accept_errors` - number of errors occurred while establishing HTTP connection
@@ -92,6 +94,8 @@ Following metrics are collected and submitted if account is configured with `det
92
94
-`account.<account-id>.requests.type.(openrtb2-web,openrtb-app,amp,legacy)` - number of requests received from account with `<account-id>` broken down by type of incoming request
93
95
-`account.<account-id>.debug_requests` - number of requests received from account with `<account-id>` broken down by type of incoming request (when debug mode is enabled)
94
96
-`account.<account-id>.requests.rejected` - number of rejected requests caused by incorrect `accountId`
97
+
-`account.<account-id>.requests.disabled_bidder` - number of disabled bidders received within requests from account with `<account-id>`
98
+
-`account.<account-id>.requests.unknown_bidder` - number of unknown bidder names received within requests from account with `<account-id>`
95
99
-`account.<account-id>.adapter.<bidder-name>.request_time` - timer tracking how long did it take to make a request to `<bidder-name>` when incoming request was from `<account-id>`
96
100
-`account.<account-id>.adapter.<bidder-name>.bids_received` - number of bids received from `<bidder-name>` when incoming request was from `<account-id>`
97
101
-`account.<account-id>.adapter.<bidder-name>.requests.(gotbids|nobid)` - number of requests made to `<bidder-name>` broken down by result status when incoming request was from `<account-id>`
0 commit comments