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:
1818 - ' 9000:9000'
1919
2020 uptrace :
21- image : ' uptrace/uptrace:latest '
21+ image : ' uptrace/uptrace:1.1.0 '
2222 # image: 'uptrace/uptrace-dev:latest'
23+ restart : on-failure
2324 volumes :
2425 - uptrace_data:/var/lib/uptrace
2526 - ./uptrace.yml:/etc/uptrace/uptrace.yml
Original file line number Diff line number Diff line change @@ -124,14 +124,6 @@ alerting:
124124 for : 1m
125125 projects : [1]
126126
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-
135127 # Create alerts from error logs and span events.
136128 create_alerts_from_spans :
137129 enabled : true
You can’t perform that action at this time.
0 commit comments