chore: improve docker config

This commit is contained in:
Vladimir Mihailenco 2022-10-16 12:12:35 +03:00
parent f16c3a7fee
commit 104c757027
2 changed files with 2 additions and 9 deletions

View File

@ -18,8 +18,9 @@ services:
- '9000:9000'
uptrace:
image: 'uptrace/uptrace:latest'
image: 'uptrace/uptrace:1.1.0'
#image: 'uptrace/uptrace-dev:latest'
restart: on-failure
volumes:
- uptrace_data:/var/lib/uptrace
- ./uptrace.yml:/etc/uptrace/uptrace.yml

View File

@ -124,14 +124,6 @@ alerting:
for: 1m
projects: [1]
- name: Always firing (for fun and testing)
metrics:
- process.runtime.go.goroutines as $goroutines
query:
- $goroutines >= 0 group by host.name
for: 1m
projects: [1]
# Create alerts from error logs and span events.
create_alerts_from_spans:
enabled: true