feat: add signoz integration for otel export (#3772)

This commit is contained in:
cthomas
2025-08-06 12:06:23 -07:00
committed by GitHub
parent 4e52969b57
commit 8739b670e6
3 changed files with 55 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ RUN apt-get update && \
# Add OpenTelemetry Collector configs
COPY otel/otel-collector-config-file.yaml /etc/otel/config-file.yaml
COPY otel/otel-collector-config-clickhouse.yaml /etc/otel/config-clickhouse.yaml
COPY otel/otel-collector-config-signoz.yaml /etc/otel/config-signoz.yaml
ARG LETTA_ENVIRONMENT=DEV
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \