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
|
&& mkdir -p /etc/otel
|
||||||
|
|
||||||
# Add OpenTelemetry Collector configs
|
# Add OpenTelemetry Collector configs
|
||||||
COPY otel-collector-config-file.yaml /etc/otel/config-file.yaml
|
COPY otel/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-clickhouse.yaml /etc/otel/config-clickhouse.yaml
|
||||||
|
|
||||||
ARG LETTA_ENVIRONMENT=PRODUCTION
|
ARG LETTA_ENVIRONMENT=PRODUCTION
|
||||||
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
|
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
|
||||||
|
|||||||
@@ -26,7 +26,10 @@
|
|||||||
"dev": {
|
"dev": {
|
||||||
"executor": "@nxlv/python:run-commands",
|
"executor": "@nxlv/python:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"commands": ["./start-otel-collector.sh", "poetry run letta server"],
|
"commands": [
|
||||||
|
"./otel/start-otel-collector.sh",
|
||||||
|
"poetry run letta server"
|
||||||
|
],
|
||||||
"parallel": true,
|
"parallel": true,
|
||||||
"cwd": "apps/core"
|
"cwd": "apps/core"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user