Skip to content

Commit 104c757

Browse files
committed
chore: improve docker config
1 parent f16c3a7 commit 104c757

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

example/otel/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

example/otel/uptrace.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)