2025-02-05 14:28:45 +00:00
|
|
|
RecordRequests = true
|
|
|
|
|
|
|
|
[[Server]]
|
|
|
|
Pattern = "POST /telemetry-ext"
|
|
|
|
Response.Body = '''
|
|
|
|
{
|
|
|
|
"error_code": "ERROR_CODE",
|
2025-02-05 19:59:01 +00:00
|
|
|
"message": "Endpoint not implemented."
|
2025-02-05 14:28:45 +00:00
|
|
|
}
|
|
|
|
'''
|
2025-02-05 19:59:01 +00:00
|
|
|
Response.StatusCode = 501
|
2025-02-05 14:30:34 +00:00
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = '17\d{11}'
|
|
|
|
New = '"UNIX_TIME_MILLIS"'
|
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
|
|
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
Old = 'darwin|linux|windows'
|
|
|
|
New = 'OS'
|