Jon Chambers
|
34a11c2338
|
Record OS versions for desktop and SDK versions for Android.
|
2020-12-10 17:02:05 -05:00 |
|
Jon Chambers
|
e524ff965d
|
Add a utility method for getting client platform tags from UA strings for metrics.
|
2020-12-10 17:01:46 -05:00 |
|
Ehren Kret
|
604287244f
|
Update copyright statement on all source files
IntelliJ Copyright Profile used to automate this.
|
2020-11-04 11:55:35 -05:00 |
|
Jon Chambers
|
a9d0aa136d
|
Add OS-reported metrics for cached/buffered memory.
|
2020-10-11 13:43:15 -04:00 |
|
Jon Chambers
|
83f9eacac4
|
Refactor UserAgentTagUtil to parse UA strings with UserAgentUtil.
|
2020-09-21 12:24:08 -04:00 |
|
Jon Chambers
|
08dd493f98
|
Don't report exceptions as part of traffic metrics.
|
2020-08-27 13:17:57 -04:00 |
|
Jon Chambers
|
07bbe7dfb2
|
Return to an async model for push notification latency.
|
2020-08-27 10:51:44 -04:00 |
|
Jon Chambers
|
6fb9038af1
|
Move to a synchronous, pooled connection model for Redis clusters.
|
2020-08-14 17:15:56 -04:00 |
|
Ehren Kret
|
57e1339230
|
Further restrict user agent pattern matching (#120)
* Further restrict user agent pattern matching
* Add static qualifier to method
|
2020-08-04 12:58:16 -05:00 |
|
Jon Chambers
|
ad97731d46
|
Reduce the maximum number of versions in play to 1,000.
|
2020-08-03 15:42:15 -04:00 |
|
Jon Chambers
|
40684a93a2
|
Restrict user-agent version matching to a more confined space.
|
2020-08-03 15:42:15 -04:00 |
|
Jon Chambers
|
f3b644ceb8
|
Update the push latency manager to use UUIDs and a Redis cluster.
|
2020-08-03 15:36:02 -04:00 |
|
Jon Chambers
|
901ba6e87f
|
Added a push latency manager.
|
2020-08-03 15:36:02 -04:00 |
|
Jon Chambers
|
bbf5e1fa78
|
Use the UA string from websocket upgrade requests if available.
|
2020-06-17 15:40:18 -04:00 |
|
Jon Chambers
|
9afc433db4
|
Record exceptions associated with server responses.
|
2020-06-11 22:08:07 -04:00 |
|
Jon Chambers
|
28c765bd9a
|
Add an in-app-context test for websocket metrics.
|
2020-06-09 15:45:32 -04:00 |
|
Jon Chambers
|
228ffcbfce
|
Differentiate between websocket and "boring" HTTP traffic.
|
2020-05-28 12:52:49 -04:00 |
|
Jon Chambers
|
06c82ee87d
|
Celebrate the diversity of UA strings when generating tags for metrics.
|
2020-05-27 19:35:42 -04:00 |
|
Jon Chambers
|
9ba5ee8043
|
Move UA tag extraction into its own utility class.
|
2020-05-27 19:35:42 -04:00 |
|
Jon Chambers
|
a13c44d81a
|
Capture request-level metrics (path, status, client platform/version).
|
2020-05-20 17:48:19 -04:00 |
|