chore: move otel config files to subdir (#1396)
This commit is contained in:
@@ -54,8 +54,8 @@ RUN apt-get update && apt-get install -y \
|
||||
&& mkdir -p /etc/otel
|
||||
|
||||
# Add OpenTelemetry Collector configs
|
||||
COPY otel-collector-config-file.yaml /etc/otel/config-file.yaml
|
||||
COPY otel-collector-config-clickhouse.yaml /etc/otel/config-clickhouse.yaml
|
||||
COPY otel/otel-collector-config-file.yaml /etc/otel/config-file.yaml
|
||||
COPY otel/otel-collector-config-clickhouse.yaml /etc/otel/config-clickhouse.yaml
|
||||
|
||||
ARG LETTA_ENVIRONMENT=PRODUCTION
|
||||
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
|
||||
|
||||
@@ -26,7 +26,10 @@
|
||||
"dev": {
|
||||
"executor": "@nxlv/python:run-commands",
|
||||
"options": {
|
||||
"commands": ["./start-otel-collector.sh", "poetry run letta server"],
|
||||
"commands": [
|
||||
"./otel/start-otel-collector.sh",
|
||||
"poetry run letta server"
|
||||
],
|
||||
"parallel": true,
|
||||
"cwd": "apps/core"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user