Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .dockerignore

This file was deleted.

62 changes: 31 additions & 31 deletions .env
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Graph Engine Service API
SERVICE_GRAPH_ENGINE_URL=http://localhost:3000
GRAPH_API_TIMEOUT_MS=20000
# Simulation Parameters
DEFAULT_LATENCY_METRIC=p95
MAX_TRAVERSAL_DEPTH=2
SCALING_MODEL=bounded_sqrt
SCALING_ALPHA=0.5
MIN_LATENCY_FACTOR=0.6
TIMEOUT_MS=20000
MAX_PATHS_RETURNED=10
# Server Configuration
PORT=5000
# Enable Swagger UI for API documentation and testing
ENABLE_SWAGGER=true
# InfluxDB 3 Configuration (for telemetry time-series storage)
INFLUX_HOST=http://localhost:8181
INFLUX_TOKEN=apiv3_fqnVwnfzaVcJMTjm1nPvPAgTOdhoBjHLug6agmOrcdTTt_kIyp6DGnLQv2qWzyZ8WY4gTPGbvBXJtpYpM2bl8A
INFLUX_DATABASE=telemetry
# SQLite Configuration (for decision logging)
SQLITE_DB_PATH=./data/decisions.db
# Telemetry Worker Configuration
TELEMETRY_WORKER_ENABLED=true
# Poll interval: 10000ms = 10 seconds (faster updates for development)
TELEMETRY_POLL_INTERVAL_MS=10000
# Graph Engine Service API
SERVICE_GRAPH_ENGINE_URL=http://localhost:3000
GRAPH_API_TIMEOUT_MS=20000

# Simulation Parameters
DEFAULT_LATENCY_METRIC=p95
MAX_TRAVERSAL_DEPTH=2
SCALING_MODEL=bounded_sqrt
SCALING_ALPHA=0.5
MIN_LATENCY_FACTOR=0.6
TIMEOUT_MS=20000
MAX_PATHS_RETURNED=10

# Server Configuration
PORT=7000

# Enable Swagger UI for API documentation and testing
ENABLE_SWAGGER=true

# InfluxDB 3 Configuration (for telemetry time-series storage)
INFLUX_HOST=http://localhost:8181
INFLUX_TOKEN=apiv3_fqnVwnfzaVcJMTjm1nPvPAgTOdhoBjHLug6agmOrcdTTt_kIyp6DGnLQv2qWzyZ8WY4gTPGbvBXJtpYpM2bl8A
INFLUX_DATABASE=telemetry

# SQLite Configuration (for decision logging)
SQLITE_DB_PATH=./data/decisions.db

# Telemetry Worker Configuration
TELEMETRY_WORKER_ENABLED=true
# Poll interval: 10000ms = 10 seconds (faster updates for development)
TELEMETRY_POLL_INTERVAL_MS=10000
68 changes: 31 additions & 37 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,37 +1,31 @@
# Graph Engine Service API
SERVICE_GRAPH_ENGINE_URL=http://localhost:3000
GRAPH_API_TIMEOUT_MS=20000

# Simulation Parameters
DEFAULT_LATENCY_METRIC=p95
MAX_TRAVERSAL_DEPTH=2
SCALING_MODEL=bounded_sqrt
SCALING_ALPHA=0.5
MIN_LATENCY_FACTOR=0.6
TIMEOUT_MS=20000
MAX_PATHS_RETURNED=10

# Server Configuration
PORT=5000

# Enable Swagger UI for API documentation and testing
ENABLE_SWAGGER=true

# InfluxDB 3 Configuration (for telemetry time-series storage)
# Get credentials from https://cloud2.influxdata.com/
INFLUX_HOST=https://us-east-1-1.aws.cloud2.influxdata.com
INFLUX_TOKEN=your-influxdb-token-here
INFLUX_DATABASE=your-database-name

# SQLite Configuration (for decision logging)
SQLITE_DB_PATH=./data/decisions.db

# Telemetry Worker Configuration
# Set to false to disable background polling of Graph Engine
TELEMETRY_WORKER_ENABLED=true
# Poll interval in milliseconds (default: 10000 = 10 seconds)
TELEMETRY_POLL_INTERVAL_MS=10000

# Telemetry API Configuration
# Set to false to disable telemetry query endpoints (/telemetry/*)
TELEMETRY_ENABLED=true
# Graph Engine Service API
SERVICE_GRAPH_ENGINE_URL=http://localhost:3000
GRAPH_API_TIMEOUT_MS=20000

# Simulation Parameters
DEFAULT_LATENCY_METRIC=p95
MAX_TRAVERSAL_DEPTH=2
SCALING_MODEL=bounded_sqrt
SCALING_ALPHA=0.5
MIN_LATENCY_FACTOR=0.6
TIMEOUT_MS=20000
MAX_PATHS_RETURNED=10

# Server Configuration
PORT=7000

# Enable Swagger UI for API documentation and testing
ENABLE_SWAGGER=true

# InfluxDB 3 Configuration (for telemetry time-series storage)
INFLUX_HOST=http://localhost:8181
INFLUX_TOKEN=my-token
INFLUX_DATABASE=telemetry

# SQLite Configuration (for decision logging)
SQLITE_DB_PATH=./data/decisions.db

# Telemetry Worker Configuration
TELEMETRY_WORKER_ENABLED=true
# Poll interval: 10000ms = 10 seconds (faster updates for development)
TELEMETRY_POLL_INTERVAL_MS=10000
81 changes: 0 additions & 81 deletions .github/agents/evidence-answerer.agent.md

This file was deleted.

Loading