mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-22 00:31:17 +00:00
docs(env): document GITNEXUS_OTEL_METRICS* opt-in vars in .env.example
This commit is contained in:
parent
a101f0e3be
commit
2d71f88c71
1 changed files with 8 additions and 0 deletions
|
|
@ -10,3 +10,11 @@
|
|||
|
||||
# Works with Infinity, vLLM, TEI, llama.cpp, Ollama, LM Studio, or OpenAI.
|
||||
# See README for details.
|
||||
|
||||
# OpenTelemetry metrics with Prometheus exporter on `gitnexus serve`.
|
||||
# Opt-in; defaults off. Loopback bind by default — reverse-proxy if you
|
||||
# need wider exposure. See src/mcp/metrics.ts.
|
||||
# GITNEXUS_OTEL_METRICS=on
|
||||
# GITNEXUS_OTEL_METRICS_PORT=9464
|
||||
# GITNEXUS_OTEL_METRICS_HOST=127.0.0.1
|
||||
# GITNEXUS_OTEL_METRICS_ENDPOINT=/metrics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue