File tree Expand file tree Collapse file tree 3 files changed +58
-0
lines changed
examples/generic-events/1 Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 9
9
/topics /outcomes.yaml @ getsentry/owners-snuba
10
10
/topics /snuba-metrics.yaml @ getsentry/owners-snuba
11
11
/topics /snuba-generic-metrics.yaml @ getsentry/owners-snuba
12
+ /topics /generic-events.yaml @ getsentry/owners-snuba @ getsentry/issues
12
13
13
14
# Internal Snuba topics
14
15
/topics /snuba-queries.yaml @ getsentry/owners-snuba
Original file line number Diff line number Diff line change
1
+ [
2
+ 2 ,
3
+ " insert" ,
4
+ {
5
+ "data" : {
6
+ "environment" : " production" ,
7
+ "event_id" : " 9cdc4c32dff14fbbb012b0aa9e908126" ,
8
+ "level" : " error" ,
9
+ "logger" : " " ,
10
+ "platform" : " javascript" ,
11
+ "received" : 1677512412.437706 ,
12
+ "release" : " 123abc" ,
13
+ "timestamp" : 1677512412.223 ,
14
+ "type" : " error" ,
15
+ "version" : " 7"
16
+ },
17
+ "datetime" : " 2023-02-27T15:40:12.223000Z" ,
18
+ "event_id" : " 9cdc4c32dff14fbbb012b0aa9e908126" ,
19
+ "group_id" : 124 ,
20
+ "group_ids" : [124 ],
21
+ "message" : " hello world" ,
22
+ "organization_id" : 123 ,
23
+ "platform" : " javascript" ,
24
+ "primary_hash" : " 061cf02b26374d108694d6643a7a2f4e" ,
25
+ "project_id" : 6036610
26
+ },
27
+ {
28
+ "group_states" : [
29
+ {
30
+ "id" : " 124" ,
31
+ "is_new" : false ,
32
+ "is_new_group_environment" : false ,
33
+ "is_regression" : false
34
+ }
35
+ ],
36
+ "is_new" : false ,
37
+ "is_new_group_environment" : false ,
38
+ "is_regression" : false ,
39
+ "queue" : " post_process_errors" ,
40
+ "skip_consume" : false
41
+ }
42
+ ]
Original file line number Diff line number Diff line change
1
+ topic : generic-events
2
+ pipeline : generic_events
3
+ description : Issue platform
4
+ services :
5
+ producers :
6
+ - getsentry/sentry
7
+ consumers :
8
+ - getsentry/snuba
9
+ schemas :
10
+ - version : 1
11
+ compatibility_mode : none
12
+ type : json
13
+ resource : events.v1.schema.json
14
+ examples :
15
+ - generic-events/1/
You can’t perform that action at this time.
0 commit comments