File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ services:
18
18
- ' 9000:9000'
19
19
20
20
uptrace :
21
- image : ' uptrace/uptrace:latest '
21
+ image : ' uptrace/uptrace:1.1.0 '
22
22
# image: 'uptrace/uptrace-dev:latest'
23
+ restart : on-failure
23
24
volumes :
24
25
- uptrace_data:/var/lib/uptrace
25
26
- ./uptrace.yml:/etc/uptrace/uptrace.yml
Original file line number Diff line number Diff line change @@ -124,14 +124,6 @@ alerting:
124
124
for : 1m
125
125
projects : [1]
126
126
127
- - name : Always firing (for fun and testing)
128
- metrics :
129
- - process.runtime.go.goroutines as $goroutines
130
- query :
131
- - $goroutines >= 0 group by host.name
132
- for : 1m
133
- projects : [1]
134
-
135
127
# Create alerts from error logs and span events.
136
128
create_alerts_from_spans :
137
129
enabled : true
You can’t perform that action at this time.
0 commit comments