Slackbot
05/22/2023, 7:27 AMPrashant Shahi
05/22/2023, 9:50 AMVishal Sharma
05/22/2023, 10:15 AMPradeep Goru
05/22/2023, 10:20 AMtype: Test
spec:
name: Go Get users
description: "Get users"
trigger:
type: http
httpRequest:
url: <http://go-service.default.svc.cluster.local:6000/users>
method: GET
headers:
- key: Content-Type
value: application/json
specs:
- selector: span[name = "GET /users"]
assertions:
- attr:tracetest.span.duration <= 500ms
- attr:http.status_code = 200
outputs:
- name: USER_ID
selector: span[name = "GET /users"]
value: attr:http.response.body | json_path '.id'
Pradeep Goru
05/22/2023, 10:21 AMPradeep Goru
05/22/2023, 10:24 AMtraces/1:
exporters:
- otlp/1
processors:
- batch
receivers:
- otlp
Pradeep Goru
05/22/2023, 10:31 AMPradeep Goru
06/05/2023, 8:54 AMVishal Sharma
06/05/2023, 9:00 AM