mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
🚀 Major Release: ivatar 2.0 - Performance, Security, and Instrumentation Overhaul
This commit is contained in:
@@ -179,7 +179,6 @@ OTEL_ENVIRONMENT=production
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=http://collector.internal:4317
|
||||
OTEL_PROMETHEUS_ENDPOINT=0.0.0.0:9464
|
||||
OTEL_SAMPLING_RATIO=0.1 # 10% sampling for high volume
|
||||
IVATAR_VERSION=1.8.0
|
||||
HOSTNAME=prod-instance-01
|
||||
```
|
||||
|
||||
@@ -193,7 +192,6 @@ OTEL_ENVIRONMENT=development
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=http://collector.internal:4317
|
||||
OTEL_PROMETHEUS_ENDPOINT=0.0.0.0:9464
|
||||
OTEL_SAMPLING_RATIO=1.0 # 100% sampling for debugging
|
||||
IVATAR_VERSION=1.8.0-dev
|
||||
HOSTNAME=dev-instance-01
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user