Skip to content

Commit 9ae7924

Browse files
committed
include rest of changes
1 parent 697f762 commit 9ae7924

File tree

4 files changed

+81
-0
lines changed

4 files changed

+81
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

topics/snuba-uptime-results.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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"

0 commit comments

Comments
 (0)