This commit is contained in:
reonokiy 2025-05-16 20:56:11 +08:00
parent e384159ffc
commit acce7b59de
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
2 changed files with 2 additions and 1 deletions

View file

@ -53,7 +53,7 @@ services:
POSTGRES_USER: infisical
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-infisical}
volumes:
- ${POSTGRES_VERSION:-./data}/postgres:/var/lib/postgresql/data
- ${DATA_DIR:-./data}/postgres:/var/lib/postgresql/data
networks:
- infisical
healthcheck:

View file

@ -13,6 +13,7 @@ endpoints = ["http://openobserve:5080/metrics"]
[sinks.observe_nokiy_net]
type = "opentelemetry"
encoding.codec = "json"
inputs = ["observe_nokiy_net_logs", "observe_nokiy_net_metrics"]
protocol.type = "http"
protocol.uri = "${OTLP_URI}/api/default"