|
| 1 | +## Request Line |
| 2 | + |
| 3 | +field|type|description |
| 4 | +---|---|--- |
| 5 | +timestamp|DateTime|Timestamp of the event |
| 6 | +request_path|String|Path of the request |
| 7 | +request_query|String|Query string of the request |
| 8 | +user_agent|UserAgent|User agent of the client |
| 9 | +tls_cipher|String|Cipher used for the connection |
| 10 | +time_elapsed|u32|Time elapsed for the request |
| 11 | +client_continent|String|Continent of the client |
| 12 | +client_country|String|Country of the client |
| 13 | +client_region|String|Region of the client |
| 14 | +client_city|String|City of the client |
| 15 | +client_latitude|nullable String|Latitude of the client |
| 16 | +client_longitude|nullable String|Longitude of the client |
| 17 | +client_timezone|String|Timezone of the client |
| 18 | +client_connection|String|Connection type of the client |
| 19 | +request|String|Request method |
| 20 | +request_host|String|Host of the request |
| 21 | +request_bytes|u32|Bytes sent in the request |
| 22 | +http2|bool|HTTP/2 support |
| 23 | +tls|nullable bool|whether the connection was encrypted |
| 24 | +tls_version|String|TLS version used |
| 25 | +response_status|u32|HTTP status code |
| 26 | +response_text|String|HTTP status text |
| 27 | +response_bytes|u32|Bytes sent in the response |
| 28 | +response_cache|low cardinality String|Cache status of the response |
| 29 | +cache_state|low cardinality String|Cache state of the response |
| 30 | +cache_lastuse|f32|Time since the cache was last used |
| 31 | +cache_hits|u32|Number of cache hits |
| 32 | +server_region|low cardinality String|Region of the server |
| 33 | +server_datacenter|low cardinality String|Datacenter of the server |
| 34 | +gem|String|Name of the downloaded gem |
| 35 | +version|String|Version of the downloaded gem |
| 36 | +platform|Platform|Platform of the downloaded gem |
| 37 | + |
| 38 | +## UserAgent |
| 39 | + |
| 40 | +null values will be omitted |
| 41 | + |
| 42 | +field|type|description |
| 43 | +---|---|--- |
| 44 | +agent_name|nullable String|Name of the user agent |
| 45 | +agent_version|nullable String|Version of the user agent |
| 46 | +bundler|nullable String|Bundler version |
| 47 | +rubygems|nullable String|Rubygems version |
| 48 | +ruby|nullable String|Ruby version |
| 49 | +platform|nullable Platform|Platform |
| 50 | +command|nullable String|Bundler command run |
| 51 | +options|nullable String|Options passed to the command |
| 52 | +jruby|nullable String|JRuby version |
| 53 | +truffleruby|nullable String|TruffleRuby version |
| 54 | +ci|nullable String|CI system(s), comma separated |
| 55 | +gemstash|nullable String|Gemstash version |
| 56 | + |
| 57 | +## Platform |
| 58 | + |
| 59 | +field|type|description |
| 60 | +---|---|--- |
| 61 | +cpu|low cardinality nullable String|CPU architecture |
| 62 | +os|low cardinality nullable String|Operating system |
| 63 | +os_version|nullable String|Operating system version |
0 commit comments