2025-02-21 15:48:30 +00:00
|
|
|
IncludeRequestHeaders = ["Authorization"]
|
2025-03-02 14:33:45 +00:00
|
|
|
RecordRequests = true
|
|
|
|
|
2025-02-27 11:42:40 +00:00
|
|
|
Local = true
|
|
|
|
Cloud = false
|
2025-02-10 14:59:24 +00:00
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = '17\d{11}'
|
|
|
|
New = '"UNIX_TIME_MILLIS"'
|
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = 'darwin|linux|windows'
|
2025-02-28 16:52:47 +00:00
|
|
|
New = '[OS]'
|
2025-02-24 16:03:23 +00:00
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
|
|
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|
2025-03-02 14:33:45 +00:00
|
|
|
|
|
|
|
[[Server]]
|
|
|
|
Pattern = "POST /telemetry-ext"
|
|
|
|
Response.Body = '''
|
|
|
|
{
|
|
|
|
"errors": [],
|
|
|
|
"numProtoSuccess": 2
|
|
|
|
}
|
|
|
|
'''
|