Files
2026-07-16 13:53:25 +08:00

36 lines
1.1 KiB
Bash

# Optional registry prefix prepended to the official image name; include a trailing slash when set.
GLOBAL_REGISTRY=
# Official SigNoz MCP Server image version.
SIGNOZ_MCP_SERVER_VERSION=v0.8.0
# Host address for the MCP endpoint; keep loopback unless using an authenticated reverse proxy.
SIGNOZ_MCP_SERVER_HOST_BIND=127.0.0.1
# Host port mapped to the MCP server's internal port 8000.
SIGNOZ_MCP_SERVER_PORT_OVERRIDE=8000
# SigNoz base URL without an API path, preferably using HTTPS for remote instances.
SIGNOZ_URL=
# SigNoz API key with viewer, editor, or admin access; do not use an ingestion key.
SIGNOZ_API_KEY=
# Application log level, such as debug, info, warning, or error.
LOG_LEVEL=info
# Maximum CPU cores available to the service.
SIGNOZ_MCP_SERVER_CPU_LIMIT=1.0
# Maximum memory available to the service.
SIGNOZ_MCP_SERVER_MEMORY_LIMIT=512M
# CPU cores reserved for the service.
SIGNOZ_MCP_SERVER_CPU_RESERVATION=0.1
# Memory reserved for the service.
SIGNOZ_MCP_SERVER_MEMORY_RESERVATION=128M
# Container timezone using an IANA timezone name.
TZ=UTC