-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.55 KB
/
.env.example
File metadata and controls
26 lines (23 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ────────────────────────────────────────────────
# Required - GitHub
# ────────────────────────────────────────────────
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
GITHUB_REPO=YOUR_GITHUB/YOUR_REPO_NAME
# ────────────────────────────────────────────────
# Optional - Tempo / Query tuning
# ────────────────────────────────────────────────
TEMPO_BASE=https://TEMPO_URL
TRACEQL_QUERY={ duration > 500ms }
LIMIT=100
MIN_TRACES_TO_CREATE_ISSUE=1
MAX_DURATION_TO_HIGHLIGHT_MS=2500
# ────────────────────────────────────────────────
# Optional - FastAPI / Gunicorn tuning
# ────────────────────────────────────────────────
GUNICORN_WORKERS=2
GUNICORN_TIMEOUT=120
PORT=8070
# ────────────────────────────────────────────────
# Logging (optional)
# ────────────────────────────────────────────────
LOG_LEVEL=info