🚀 Major Release: ivatar 2.0 - Performance, Security, and Instrumentation Overhaul

This commit is contained in:
Oliver Falk
2025-11-03 10:18:33 +01:00
parent 59f0b2864b
commit 41f8c3c402
20 changed files with 1609 additions and 241 deletions

View File

@@ -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
```