File tree Expand file tree Collapse file tree 4 files changed +81
-0
lines changed
examples/snuba-uptime-results/1 Expand file tree Collapse file tree 4 files changed +81
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "guid" : " 54afc7ed9c53491481919c931f75bae1" ,
3+ "subscription_id" : " 5421b5df80744113a6b57014f01a3a42" ,
4+ "status" : " failure" ,
5+ "status_reason" : {
6+ "type" : " dns_error" ,
7+ "description" : " Unable to resolve hostname example.xyz"
8+ },
9+ "trace_id" : " 947efba02dac463b9c1d886a44bafc94" ,
10+ "span_id" : " 58e84098e63f42e1" ,
11+ "scheduled_check_time_ms" : 1717614062978 ,
12+ "actual_check_time_ms" : 1717614068008 ,
13+ "duration_ms" : 100 ,
14+ "request_info" : {
15+ "request_type" : " HEAD" ,
16+ "http_status_code" : 500
17+ },
18+ "organization_id" : 123 ,
19+ "project_id" : 456 ,
20+ "retention_days" : 90 ,
21+ "region_slug" : " us-east-1"
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "guid" : " 54afc7ed9c53491481919c931f75bae1" ,
3+ "subscription_id" : " 5421b5df80744113a6b57014f01a3a42" ,
4+ "status" : " success" ,
5+ "status_reason" : null ,
6+ "trace_id" : " 947efba02dac463b9c1d886a44bafc94" ,
7+ "span_id" : " 58e84098e63f42e1" ,
8+ "scheduled_check_time_ms" : 1717614062978 ,
9+ "actual_check_time_ms" : 1717614068008 ,
10+ "duration_ms" : 50 ,
11+ "request_info" : {
12+ "request_type" : " HEAD" ,
13+ "http_status_code" : 200
14+ },
15+ "organization_id" : 123 ,
16+ "project_id" : 456 ,
17+ "retention_days" : 90 ,
18+ "region_slug" : " us-east-1"
19+ }
Original file line number Diff line number Diff line change 1+ {
2+ "guid" : " 54afc7ed9c53491481919c931f75bae1" ,
3+ "subscription_id" : " 5421b5df80744113a6b57014f01a3a42" ,
4+ "status" : " failure" ,
5+ "status_reason" : {
6+ "type" : " timeout" ,
7+ "description" : " Check timed out"
8+ },
9+ "trace_id" : " 947efba02dac463b9c1d886a44bafc94" ,
10+ "span_id" : " 58e84098e63f42e1" ,
11+ "scheduled_check_time_ms" : 1717614062978 ,
12+ "actual_check_time_ms" : 1717614068008 ,
13+ "duration_ms" : 100 ,
14+ "request_info" : {
15+ "request_type" : " HEAD" ,
16+ "http_status_code" : null
17+ },
18+ "organization_id" : 123 ,
19+ "project_id" : 456 ,
20+ "retention_days" : 90 ,
21+ "region_slug" : " us-east-1"
22+ }
Original file line number Diff line number Diff line change 1+ pipeline : uptime
2+ description : uptime check results for snuba
3+ services :
4+ producers :
5+ - getsentry/sentry
6+ consumers :
7+ - getsentry/snuba
8+ schemas :
9+ - version : 1
10+ compatibility_mode : backward
11+ type : json
12+ resource : snuba-uptime-results.v1.schema.json
13+ examples :
14+ - snuba-uptime-results/1/
15+ topic_creation_config :
16+ compression.type : lz4
17+ message.timestamp.type : LogAppendTime
18+ retention.ms : " 86400000"
You can’t perform that action at this time.
0 commit comments