resq-flamegraph 0.1.3

SVG CPU flame graph profiler for ResQ services
# Copyright (c) 2026 ResQ
#
# Example environment configuration for ResQ Flame Graph Generator
# Rust tool using std::env for configuration
# Copy this file to .env and update with your actual values
#
# Usage:
#   export $(cat .env | xargs) && cargo run

# ─────────────────────────────────────────────
# Authentication
# ─────────────────────────────────────────────

# [optional] API key for HCE profiling endpoint authentication
# Used when profiling remote HCE instances via --hce command
# Can also be passed via --api-key flag
RESQ_API_KEY=

# ─────────────────────────────────────────────
# Profiling Targets
# ─────────────────────────────────────────────

# Default HCE URL for profiling (optional, can be passed via --url flag)
# HCE_URL=http://localhost:5000

# ─────────────────────────────────────────────
# Output Configuration
# ─────────────────────────────────────────────

# [optional] Default output directory for generated flame graphs
# OUTPUT_DIR=./flamegraphs