diff --git a/framework/.changeset/v0.16.6.md b/framework/.changeset/v0.16.6.md index 7570142d8..06258af07 100644 --- a/framework/.changeset/v0.16.6.md +++ b/framework/.changeset/v0.16.6.md @@ -1,3 +1,4 @@ - Return the ChainID in the Solana output - Bump grafana in devenv v11.3.1 → v13.1.0 - Add Loki and VictoriaTraces to Victoria stack in devenv +- Include all app and otel sdk labels to VictoriaMetrics exporter (resource_to_telemetry_conversion) diff --git a/framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml b/framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml index caea7df18..3ab1e6dfd 100644 --- a/framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml +++ b/framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml @@ -17,6 +17,8 @@ exporters: endpoint: http://victoriametrics:8428/api/v1/write tls: insecure: true + resource_to_telemetry_conversion: + enabled: true # VictoriaLogs accepts OTLP logs natively otlphttp/vl: