File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7171/topics /monitors-incident-occurrences.yaml @ getsentry/crons
7272
7373# Topics related to uptime
74+ /topics /snuba-uptime-results.yaml @ getsentry/crons
7475/topics /uptime-results.yaml @ getsentry/crons
7576/topics /uptime-configs.yaml @ getsentry/crons
7677
8889/schemas /monitors-clock-tick.v1.schema.json @ getsentry/crons
8990/schemas /monitors-clock-tasks.v1.schema.json @ getsentry/crons
9091/schemas /uptime-results.v1.schema.json @ getsentry/crons
92+ /schemas /uptime-results.v1.schema.json @ getsentry/crons
9193/schemas /uptime-configs.v1.schema.json @ getsentry/crons
9294/schemas /taskworker.v1.schema.json @ getsentry/hybrid-cloud
9395
107109/examples /monitors-clock-tasks / @ getsentry/crons
108110/examples /uptime-results / @ getsentry/crons
109111/examples /uptime-configs / @ getsentry/crons
112+ /examples /snuba-uptime-results / @ getsentry/crons
110113/examples /taskworker / @ getsentry/taskworker
111114
112115# Internal Snuba topics
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
33 "title" : " snuba_uptime_result" ,
4+ "definitions" : {
5+ "CheckStatus" : {
6+ "$ref" : " uptime-results.v1.schema.json#/definitions/CheckStatus"
7+ },
8+ "CheckStatusReason" : {
9+ "$ref" : " uptime-results.v1.schema.json#/definitions/CheckStatusReason"
10+ },
11+ "CheckStatusReasonType" : {
12+ "$ref" : " uptime-results.v1.schema.json#/definitions/CheckStatusReasonType"
13+ },
14+ "RequestInfo" : {
15+ "$ref" : " uptime-results.v1.schema.json#/definitions/RequestInfo"
16+ },
17+ "RequestType" : {
18+ "$ref" : " uptime-results.v1.schema.json#/definitions/RequestType"
19+ }
20+ },
421 "allOf" : [
522 {
6- "$ref" : " uptime-results.v1.schema.json"
23+ "$ref" : " uptime-results.v1.schema.json#/definitions/CheckResult "
724 },
825 {
926 "type" : " object" ,
Original file line number Diff line number Diff line change 11topic : snuba-uptime-results
22description : Contains uptime monitor check results from monitoring endpoints
3+ pipeline : uptime
34schemas :
45 - version : 1
56 type : json
67 compatibility_mode : backward
78 resource : snuba-uptime-results.v1.schema.json
9+ examples :
10+ - snuba-uptime-results/1/
811
912topic_configuration :
1013 cleanup.policy : delete
You can’t perform that action at this time.
0 commit comments